Skip to content

Commit 7d1c1bb

Browse files
committed
fixed buttons in the footer
1 parent bea32c8 commit 7d1c1bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/page.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ export default function Home() {
358358
<Button
359359
variant="outline"
360360
size="sm"
361+
type="button"
361362
className="inline-flex items-center gap-2"
362363
>
363364
<GithubIcon className="size-4" />
@@ -368,6 +369,7 @@ export default function Home() {
368369
<Button
369370
size="sm"
370371
variant="outline"
372+
type="button"
371373
className="inline-flex items-center gap-2"
372374
>
373375
<XIcon className="size-3" />

0 commit comments

Comments
 (0)