1 parent dfd53bd commit d1dc58fCopy full SHA for d1dc58f
1 file changed
apps/docs/src/app/layout.tsx
@@ -31,7 +31,8 @@ export default function Layout({ children }: LayoutProps<"/">) {
31
<html lang="en" className={inter.className} suppressHydrationWarning>
32
<body className="flex flex-col min-h-screen">
33
<Banner id="agent-skills" variant="rainbow">
34
- Agent Skills are now supported for Regtrace!
+ 🎉 Agent Skills are now supported for Regtrace!{" "}
35
+ <a href="/docs/reference/agent-skills">Check the docs here</a>
36
</Banner>
37
<RootProvider
38
theme={{
0 commit comments