mirror of
https://github.com/SkyfallWasTaken/skyfalldev.git
synced 2025-05-23 14:03:07 +00:00
Add button styling
This commit is contained in:
parent
7ac96c3260
commit
083e285732
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import Button from "../components/ui/Button.astro";
|
||||||
tuned!
|
tuned!
|
||||||
</p>
|
</p>
|
||||||
<div class="flex flex-row gap-2">
|
<div class="flex flex-row gap-2">
|
||||||
<Button>
|
<Button class="border-surface1 border-[1px]">
|
||||||
<a href="/blog">Read my blog</a>
|
<a href="/blog">Read my blog</a>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue