Skip to content

Commit 7e7aecb

Browse files
committed
利用者アンケート ①
1 parent 1ab4e0e commit 7e7aecb

File tree

1 file changed

+6
-0
lines changed
  • src/entrypoints/popup/MainPane/Settings

1 file changed

+6
-0
lines changed

src/entrypoints/popup/MainPane/Settings/index.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {
66
InfoIcon,
77
DatabaseIcon,
88
CircleEllipsisIcon,
9+
ClipboardListIcon,
910
RotateCcwIcon,
1011
Trash2Icon,
1112
} from 'lucide-react'
@@ -56,6 +57,11 @@ const accordionItemInfo = (
5657
</div>
5758

5859
<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+
/>
5965
<FormsButton />
6066
<IconLink icon={SiGithub} href={GITHUB_URL} />
6167
</div>

0 commit comments

Comments
 (0)