Skip to content

Commit

Permalink
Rename tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinaldo-JR1 committed Nov 14, 2024
1 parent 3d6d037 commit c4197ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const geistMono = localFont({
});

export const metadata: Metadata = {
title: "Create Next App",
title: "Ponto",
description: "Ponto",
};

Expand Down
4 changes: 2 additions & 2 deletions frontend/app/portal/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Metadata } from "next";
import { Navbar } from "@/src/components/Navbar";

export const metadata: Metadata = {
title: "Create Next App",
title: "Portal Ponto",
description: "Generated by create next app",
};

Expand All @@ -14,7 +14,7 @@ export default function RootLayout({
return (
<html lang="pt-br">
<body className={`antialiased`}>
<Navbar>{children}</Navbar>
<Navbar>{children}</Navbar>
</body>
</html>
);
Expand Down

0 comments on commit c4197ef

Please sign in to comment.