From f24f72faab4238da8ef1c362e10c5961aaa024d9 Mon Sep 17 00:00:00 2001
From: mayying
Date: Wed, 12 Jul 2023 17:38:33 +0800
Subject: [PATCH 01/10] feat: presub-change-icon-to-help (#6532)
feat/presub-change-icon-to-help
---
.../components/FormIssueFeedback/FormIssueFeedbackButton.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/src/features/public-form/components/FormIssueFeedback/FormIssueFeedbackButton.tsx b/frontend/src/features/public-form/components/FormIssueFeedback/FormIssueFeedbackButton.tsx
index ed608c7666..ac4d16c17d 100644
--- a/frontend/src/features/public-form/components/FormIssueFeedback/FormIssueFeedbackButton.tsx
+++ b/frontend/src/features/public-form/components/FormIssueFeedback/FormIssueFeedbackButton.tsx
@@ -1,4 +1,4 @@
-import { BiMessage } from 'react-icons/bi'
+import { BiQuestionMark } from 'react-icons/bi'
import { Flex, useDisclosure } from '@chakra-ui/react'
import { noPrintCss } from '~utils/noPrintCss'
@@ -26,7 +26,7 @@ export const FormIssueFeedbackButton = (): JSX.Element | null => {
variant="outline"
cursor="pointer"
aria-label="issue feedback"
- icon={}
+ icon={}
onClick={onOpen}
/>
From b1f40ca73af8e33bad8e23b7b0b14b783282653f Mon Sep 17 00:00:00 2001
From: mayying
Date: Thu, 13 Jul 2023 09:11:27 +0800
Subject: [PATCH 02/10] fix: presub remove additional underscore (#6533)
---
src/app/views/templates/issue-reported-notification.view.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/app/views/templates/issue-reported-notification.view.html b/src/app/views/templates/issue-reported-notification.view.html
index a527e92257..6451c8c005 100644
--- a/src/app/views/templates/issue-reported-notification.view.html
+++ b/src/app/views/templates/issue-reported-notification.view.html
@@ -9,8 +9,8 @@
might be facing urgent issues relating to form submission.
- Login to Forms and view issues
- reported in your results page.
+ Login to Forms and view issues reported
+ in your results page.
Regards,
<%= appName %> team