We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b59fa3 commit 57b5967Copy full SHA for 57b5967
samples/mastra-nextjs/app/src/app/layout.tsx
@@ -18,7 +18,7 @@ const geistMono = Geist_Mono({
18
});
19
20
export const metadata: Metadata = {
21
- title: "Repo Base",
+ title: "Mastra-Nextjs",
22
description:
23
"Turn your favorite repository into a knowledge base and get ai powered insights",
24
};
samples/mastra-nextjs/app/src/components/custom/AppSidebar.tsx
@@ -49,7 +49,7 @@ export const AppSidebar = async ({
49
<SidebarMenuItem>
50
<SidebarMenuButton asChild>
51
<Link href="/">
52
- <Home /> Repo Base
+ <Home /> Mastra-Nextjs
53
</Link>
54
</SidebarMenuButton>
55
</SidebarMenuItem>
0 commit comments