1 parent ee0eefa commit 062820aCopy full SHA for 062820a
1 file changed
apps/docs/src/app/layout.tsx
@@ -31,8 +31,9 @@ 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!{" "}
35
- <a href="/docs/reference/agent-skills"> Check the docs here</a>
+ <a href="/docs/reference/agent-skills">
+ 🎉 Agent Skills are now supported for Regtrace!
36
+ </a>
37
</Banner>
38
<RootProvider
39
theme={{
0 commit comments