We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab4e0e commit 7e7aecbCopy full SHA for 7e7aecb
src/entrypoints/popup/MainPane/Settings/index.tsx
@@ -6,6 +6,7 @@ import {
6
InfoIcon,
7
DatabaseIcon,
8
CircleEllipsisIcon,
9
+ ClipboardListIcon,
10
RotateCcwIcon,
11
Trash2Icon,
12
} from 'lucide-react'
@@ -56,6 +57,11 @@ const accordionItemInfo = (
56
57
</div>
58
59
<div className="flex flex-row gap-0.5">
60
+ <IconLink
61
+ icon={ClipboardListIcon}
62
+ title="利用者アンケート ①"
63
+ href="https://docs.google.com/forms/d/e/1FAIpQLSfVL8ub7t1qMGLI7BH0ypdV7Ctib6Sns-_VbKhiaRMGLloczw/viewform"
64
+ />
65
<FormsButton />
66
<IconLink icon={SiGithub} href={GITHUB_URL} />
67
0 commit comments