Skip to content

Commit 57b5967

Browse files
committed
rename app title
1 parent 0b59fa3 commit 57b5967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/mastra-nextjs/app/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const geistMono = Geist_Mono({
1818
});
1919

2020
export const metadata: Metadata = {
21-
title: "Repo Base",
21+
title: "Mastra-Nextjs",
2222
description:
2323
"Turn your favorite repository into a knowledge base and get ai powered insights",
2424
};

samples/mastra-nextjs/app/src/components/custom/AppSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const AppSidebar = async ({
4949
<SidebarMenuItem>
5050
<SidebarMenuButton asChild>
5151
<Link href="/">
52-
<Home /> Repo Base
52+
<Home /> Mastra-Nextjs
5353
</Link>
5454
</SidebarMenuButton>
5555
</SidebarMenuItem>

0 commit comments

Comments
 (0)