Skip to content

Commit d1dc58f

Browse files
authored
docs: add emoji and doc link to agent skills announcement banner (#32)
1 parent dfd53bd commit d1dc58f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/docs/src/app/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ 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!
34+
🎉 Agent Skills are now supported for Regtrace!{" "}
35+
<a href="/docs/reference/agent-skills">Check the docs here</a>
3536
</Banner>
3637
<RootProvider
3738
theme={{

0 commit comments

Comments
 (0)