Skip to content

Commit f587539

Browse files
committed
redirect to google form
1 parent 509053b commit f587539

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

src/pages/MapPage.tsx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,29 @@ export function MapPage() {
372372
</a>
373373
</div>
374374

375+
{/* フィードバックリンクセクション */}
376+
<div className="sidebar-section sidebar-section--help">
377+
<a
378+
href="https://forms.gle/FYZ5utc5Tfmnfe6CA"
379+
target="_blank"
380+
rel="noopener noreferrer"
381+
className="sidebar-help-link"
382+
>
383+
<svg
384+
className="w-5 h-5 text-gray-500"
385+
viewBox="0 0 24 24"
386+
fill="none"
387+
stroke="currentColor"
388+
strokeWidth="2"
389+
strokeLinecap="round"
390+
strokeLinejoin="round"
391+
>
392+
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" />
393+
</svg>
394+
<span>フィードバックを送る</span>
395+
</a>
396+
</div>
397+
375398
{/* UTCodeリンクセクション */}
376399
<div className="sidebar-section sidebar-section--github">
377400
<a

0 commit comments

Comments
 (0)