Skip to content

Commit

Permalink
Add more to about modal
Browse files Browse the repository at this point in the history
  • Loading branch information
adamaaronson committed Jun 19, 2024
1 parent 1dd1f9d commit 0de38e8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/components/AboutModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ export default function AboutModal() {
<a href="https://x.com/aaaronson" target="_blank" rel="noopener noreferrer">
Adam Aaronson
</a>
. It came to him in a dream. Or not quite a dream, but not a fully waking state either.
. It came to him in a dream. Or not quite a dream, but not a fully waking state either. To learn more,{' '}
<a href="https://youtu.be/1wnE4vF9CQ4" target="_blank" rel="noopener noreferrer">
read the blog post!
</a>
</p>

<p>
To learn more, read{' '}
<a href="https://youtu.be/1wnE4vF9CQ4" target="_blank" rel="noopener noreferrer">
the blog post!
Love the game?{' '}
<a href="https://buymeacoffee.com/aaronson" target="_blank" rel="noopener noreferrer">
Buy me a coffee!
</a>
</p>

Expand Down

0 comments on commit 0de38e8

Please sign in to comment.