Skip to content

Commit a74efd6

Browse files
authored
[saas-microservices] Fix metadata tags (#1190)
### Description <!-- ✍️ Write a short summary of your work. Screenshots and videos are welcome! --> ### Demo URL <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [ ] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent 3934a0a commit a74efd6

File tree

1 file changed

+2
-2
lines changed
  • solutions/saas-microservices/apps/dashboard/src/app

1 file changed

+2
-2
lines changed

solutions/saas-microservices/apps/dashboard/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const geistMono = Geist_Mono({
1414
});
1515

1616
export const metadata: Metadata = {
17-
title: "Create Next App",
18-
description: "Generated by create next app",
17+
title: "Acme Dashboard",
18+
description: "SaaS daashboard talking to two microservices",
1919
};
2020

2121
export default function RootLayout({

0 commit comments

Comments
 (0)