Skip to content

Commit 2201963

Browse files
authored
Update script count in metadata and page content from 300+ to 400+ (#8279)
1 parent 984d722 commit 2201963

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

frontend/src/app/layout.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ import React from "react";
66

77
import { ThemeProvider } from "@/components/theme-provider";
88
import { analytics, basePath } from "@/config/site-config";
9-
import "@/styles/globals.css";
109
import QueryProvider from "@/components/query-provider";
1110
import { Toaster } from "@/components/ui/sonner";
1211
import Footer from "@/components/footer";
1312
import Navbar from "@/components/navbar";
13+
import "@/styles/globals.css";
1414

1515
const inter = Inter({ subsets: ["latin"] });
1616

1717
export const metadata: Metadata = {
1818
title: "Proxmox VE Helper-Scripts",
1919
description:
20-
"The official website for the Proxmox VE Helper-Scripts (Community) repository. Featuring over 300+ scripts to help you manage your Proxmox Virtual Environment.",
20+
"The official website for the Proxmox VE Helper-Scripts (Community) repository. Featuring over 400+ scripts to help you manage your Proxmox Virtual Environment.",
2121
applicationName: "Proxmox VE Helper-Scripts",
2222
generator: "Next.js",
2323
referrer: "origin-when-cross-origin",
@@ -57,7 +57,7 @@ export const metadata: Metadata = {
5757
openGraph: {
5858
title: "Proxmox VE Helper-Scripts",
5959
description:
60-
"The official website for the Proxmox VE Helper-Scripts (Community) repository. Featuring over 300+ scripts to help you manage your Proxmox Virtual Environment.",
60+
"The official website for the Proxmox VE Helper-Scripts (Community) repository. Featuring over 400+ scripts to help you manage your Proxmox Virtual Environment.",
6161
url: `https://community-scripts.github.io/${basePath}/`,
6262
siteName: "Proxmox VE Helper-Scripts",
6363
images: [
@@ -76,7 +76,7 @@ export const metadata: Metadata = {
7676
title: "Proxmox VE Helper-Scripts",
7777
creator: "@BramSuurdje",
7878
description:
79-
"The official website for the Proxmox VE Helper-Scripts (Community) repository. Featuring over 300+ scripts to help you manage your Proxmox Virtual Environment.",
79+
"The official website for the Proxmox VE Helper-Scripts (Community) repository. Featuring over 400+ scripts to help you manage your Proxmox Virtual Environment.",
8080
images: [`https://community-scripts.github.io/${basePath}/defaultimg.png`],
8181
},
8282
manifest: "/manifest.webmanifest",
@@ -105,7 +105,6 @@ export default function RootLayout({
105105
<div className="flex w-full flex-col justify-center">
106106
<NuqsAdapter>
107107
<QueryProvider>
108-
109108
<Navbar />
110109
<div className="flex min-h-screen flex-col justify-center">
111110
<div className="flex w-full justify-center">
@@ -117,7 +116,6 @@ export default function RootLayout({
117116
<Footer />
118117
</div>
119118
</QueryProvider>
120-
121119
</NuqsAdapter>
122120
</div>
123121
</ThemeProvider>

frontend/src/app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ export default function Page() {
111111
We are a community-driven initiative that simplifies the setup of Proxmox Virtual Environment (VE).
112112
</p>
113113
<p>
114-
With 300+ scripts to help you manage your
114+
With 400+ scripts to help you manage your
115115
{" "}
116116
<b>Proxmox VE</b>
117-
, whether you&#39;re a seasoned
118-
user or a newcomer, we&#39;ve got you covered.
117+
, whether you&#39;re a seasoned user or a
118+
newcomer, we&#39;ve got you covered.
119119
</p>
120120
</div>
121121
</div>

0 commit comments

Comments
 (0)