Commit f159bf3
authored
chore: change email to plumber support form (#885)
* Updating step error for users to contact us via support form instead
of Plumber's email
* Change [email protected] to https://go.gov.sg/plumber-support
## Before & After Screenshots
**BEFORE**:
***Editor***
<img width="870" alt="Screenshot 2025-03-04 at 2 54 11 PM"
src="https://github.com/user-attachments/assets/d4cd7638-ffda-49fb-9e00-4b71f186cf5a"
/>
<img width="864" alt="Screenshot 2025-03-04 at 2 55 52 PM"
src="https://github.com/user-attachments/assets/55ca63d2-0e14-48ec-8f42-081f96d16d57"
/>
***Executions Page***
<img width="1268" alt="Screenshot 2025-03-04 at 2 55 08 PM"
src="https://github.com/user-attachments/assets/b9708c16-4d91-4f50-ac51-2a5d1d530d04"
/>
**AFTER**:
***Editor***
<img width="872" alt="Screenshot 2025-03-04 at 2 52 22 PM"
src="https://github.com/user-attachments/assets/eb44dd82-fbf7-4ad2-8d0d-58c4730e8edc"
/>
<img width="868" alt="Screenshot 2025-03-04 at 2 53 19 PM"
src="https://github.com/user-attachments/assets/1d637dc3-f70b-4f29-8fd6-0964b64bd480"
/>
***Executions Page***
<img width="1176" alt="Screenshot 2025-03-04 at 2 52 36 PM"
src="https://github.com/user-attachments/assets/9cf37289-bb99-4144-9bbc-da7c5dd0c52a"
/>
## How to test
- [ ] Create error by clicking on 'Test step' before all required field
are completed. Verify that contact link is the support form link instead
of support email
- [ ] Create a step error. Verify that contact link is the support form
link instead of support email
- [ ] Publish a pipe that will throw an error. Verify that contact link
is the support form link instead of support email1 parent 046525f commit f159bf3
File tree
3 files changed
+17
-11
lines changed- packages/frontend/src
- components/ErrorResult
- config
3 files changed
+17
-11
lines changedLines changed: 14 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
41 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
0 commit comments