Skip to content

Commit

Permalink
Merge pull request layer5io#537 from layer5io/leecalcote/feedback-com…
Browse files Browse the repository at this point in the history
…ponent/submission-message

[Feedback] Update submission message. | fixes layer5io#536
  • Loading branch information
nebula-aac authored Mar 6, 2024
2 parents 4c85209 + 35c1efd commit 6914dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/Feedback/FeedbackButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const FeedbackComponent: React.FC<FeedbackComponentProps> = ({
{submitted ? (
<FeedbackMessage isOpen={isOpen}>
<SuccessIcon width={'32'} height={'32'} />
We got your concern. Thank you!
Submitting your feedback...
</FeedbackMessage>
) : (
<>
Expand Down

0 comments on commit 6914dca

Please sign in to comment.