Skip to content

Commit

Permalink
feat(info-dialog): add YouTube link
Browse files Browse the repository at this point in the history
  • Loading branch information
dninomiya committed Apr 10, 2024
1 parent de2a67c commit da23a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/guide-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export default function GuideDialog() {
</a>
より誰でも自由に追加/リクエストできます。
</p>

<p className="text-muted-foreground leading-relaxed">このサイトの制作過程は <a href="https://www.youtube.com/watch?v=V8EJzP4Q1Ak&t=4937s" target="_blank" className="underline">YouTube</a> で確認できます。</p>
<DialogFooter>
<DialogClose asChild>
<Button variant="outline">閉じる</Button>
Expand Down

0 comments on commit da23a28

Please sign in to comment.