Skip to content

Commit 062820a

Browse files
committed
fix: wrap banner entirely in anchor tag, eliminate spacing issues
1 parent ee0eefa commit 062820a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apps/docs/src/app/layout.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ export default function Layout({ children }: LayoutProps<"/">) {
3131
<html lang="en" className={inter.className} suppressHydrationWarning>
3232
<body className="flex flex-col min-h-screen">
3333
<Banner id="agent-skills" variant="rainbow">
34-
🎉 Agent Skills are now supported for Regtrace!{" "}
35-
<a href="/docs/reference/agent-skills"> Check the docs here</a>
34+
<a href="/docs/reference/agent-skills">
35+
🎉 Agent Skills are now supported for Regtrace!
36+
</a>
3637
</Banner>
3738
<RootProvider
3839
theme={{

0 commit comments

Comments
 (0)