mirror of
https://github.com/SkyfallWasTaken/skyfalldev.git
synced 2025-03-03 17:02: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!
|
||||
</p>
|
||||
<div class="flex flex-row gap-2">
|
||||
<Button>
|
||||
<Button class="border-surface1 border-[1px]">
|
||||
<a href="/blog">Read my blog</a>
|
||||
</Button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue