We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509053b commit f587539Copy full SHA for f587539
1 file changed
src/pages/MapPage.tsx
@@ -372,6 +372,29 @@ export function MapPage() {
372
</a>
373
</div>
374
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
+
398
{/* UTCodeリンクセクション */}
399
<div className="sidebar-section sidebar-section--github">
400
<a
0 commit comments