mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
fix: correct some links
This commit is contained in:
parent
a498649024
commit
e34244fb2f
1 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
||||||
<div class="flex flex-wrap gap-4 justify-center my-8">
|
<div class="flex flex-wrap gap-4 justify-center my-8">
|
||||||
<Button href="/about" size="lg" class="text-xl flex-grow sm:flex-grow-0">About Me</Button>
|
<Button href="/about" size="lg" class="text-xl flex-grow sm:flex-grow-0">About Me</Button>
|
||||||
<Button
|
<Button
|
||||||
href="https://github.com/couscousdude"
|
href="https://github.com/youwen5"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
variant="outline"
|
variant="outline"
|
||||||
size="lg"
|
size="lg"
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
<Button
|
<Button
|
||||||
variant="secondary"
|
variant="secondary"
|
||||||
size="icon"
|
size="icon"
|
||||||
href="https://github.com/couscousdude?tab=repositories"><GithubLogo /></Button
|
href="https://github.com/youwen5?tab=repositories"><GithubLogo /></Button
|
||||||
>
|
>
|
||||||
<Button variant="outline" href="/portfolio"
|
<Button variant="outline" href="/portfolio"
|
||||||
>My Portfolio<ArrowRight class="ml-2" /></Button
|
>My Portfolio<ArrowRight class="ml-2" /></Button
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
<Card.Content>
|
<Card.Content>
|
||||||
<p>
|
<p>
|
||||||
Check out my blog where I write about code, math, games, and other hacks I do. It's <a
|
Check out my blog where I write about code, math, games, and other hacks I do. It's <a
|
||||||
href="https://github.com/couscousdude/blog">built with Haskell.</a
|
href="https://blog.youwen.dev">built with Haskell.</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
</Card.Content>
|
</Card.Content>
|
||||||
|
|
Loading…
Reference in a new issue