Skip to content

Commit

Permalink
metadata title updated
Browse files Browse the repository at this point in the history
  • Loading branch information
olatunde1998 committed Dec 20, 2024
1 parent 979c6d4 commit 83f22a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/(CompanyDashboard)/company-dashboard/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Inter } from "next/font/google";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Geomatic Connect",
title: "Geomatic Connect | Company",
description: "Geomatic Connect Application Dashboard",
};

Expand Down
2 changes: 1 addition & 1 deletion app/(StudentDashboard)/student-dashboard/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Inter } from "next/font/google";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Geomatic Connect",
title: "Geomatic Connect | Students",
description: "Geomatic Connect Application Dashboard",
};

Expand Down

0 comments on commit 83f22a0

Please sign in to comment.