mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-18 15:36:03 +01:00
feat: imp button styles
This commit is contained in:
@@ -20,7 +20,7 @@ export default function Home() {
|
||||
<div>
|
||||
{links.map(link => (
|
||||
<>
|
||||
<Button color="sky" schema="square" key={link.href}>
|
||||
<Button color="sky" schema="rounded" outline key={link.href}>
|
||||
{link.label}
|
||||
</Button>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user