Skip to content

Commit

Permalink
feat: use google form for feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Sep 28, 2024
1 parent 6647151 commit af5f0e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ export const Header = () => {
</Tooltip>
</NavbarItem>
<NavbarItem>
<Tooltip content={t('header.report')} size="sm">
<Tooltip content={t('header.feedback')} size="sm">
<Button
{...HEADER_BUTTON_PROPS}
as={Link}
href="mailto:[email protected]"
href="https://forms.gle/4HFumRNK8jtEhxJz6"
>
🐛
🗣
</Button>
</Tooltip>
</NavbarItem>
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en-au.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"header": {
"help": "Help",
"report": "Report a Bug",
"feedback": "Feedback",
"change-language": "Change Language"
},
"course-modal": {
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"header": {
"help": "帮助",
"report": "反馈",
"feedback": "反馈",
"change-language": "切换语言"
},
"course-modal": {
Expand Down

0 comments on commit af5f0e9

Please sign in to comment.