File tree Expand file tree Collapse file tree 2 files changed +4
-31
lines changed
Expand file tree Collapse file tree 2 files changed +4
-31
lines changed Original file line number Diff line number Diff line change @@ -7,42 +7,15 @@ import { ThemeProvider } from "@/components/theme-provider";
77import { SidebarProvider } from "@/components/ui/sidebar";
88
99const desc =
10- "The online community of Politecnico di Milano brought to you by its students ";
10+ "PoliNetwork Admin Dashboard ";
1111
1212export const metadata: Metadata = {
1313 title: {
14- default: "PoliNetwork APS ",
15- template: "%s | PoliNetwork APS ",
14+ default: "PoliNetwork Admin ",
15+ template: "%s | PoliNetwork Admin ",
1616 },
1717 description: desc,
1818 icons: [{ rel: "icon", url: "/favicon.ico" }],
19- openGraph: {
20- title: "PoliNetwork APS - {{ page.title }}",
21- description: desc,
22- url: "https://polinetwork.org/",
23- siteName: "PoliNetwork",
24- images: [
25- {
26- url: "/polinetwork_meta.png",
27- width: 200,
28- height: 200,
29- alt: desc,
30- },
31- ],
32- type: "website",
33- },
34- twitter: {
35- card: "summary_large_image",
36- title: "PoliNetwork/polinetwork.org",
37- description: desc,
38- images: [
39- {
40- url: "/polinetwork_meta.png",
41- alt: desc,
42- },
43- ],
44- site: "@PoliNetworkAPS",
45- },
4619};
4720
4821export default function RootLayout({
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export async function Header() {
1919 height={40}
2020 />
2121 <h1 className="hidden text-2xl font-bold text-accent-foreground md:block">
22- PoliNetwork
22+ PoliNetwork Admin
2323 </h1>
2424 </div>
2525 </Link>
You can’t perform that action at this time.
0 commit comments