From caa28098384fbf1b2b9a629489961f5f0f79b335 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:58:52 +0100 Subject: [PATCH] Fix Website --- frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx | 2 +- frontend/src/components/Navbar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx b/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx index 803186847..e3c1a0c2c 100644 --- a/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx +++ b/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx @@ -41,7 +41,7 @@ export default function Buttons({ item }: { item: Script }) { const isCtOrDefault = ["ct"].includes(item.type); const installSourceUrl = isCtOrDefault ? generateInstallSourceUrl(item.slug) : null; const updateSourceUrl = isCtOrDefault ? generateUpdateUrl(item.slug) : null; - const sourceUrl = !isCtOrDefault ? generateSourceUrl(item.slug) : null; + const sourceUrl = !isCtOrDefault ? generateSourceUrl(item.slug, item.type) : null; const buttons = [ item.website && { diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 54100d1b9..ac0d8ba02 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -44,7 +44,7 @@ function Navbar() { unoptimized width={18} alt="logo" - src="/ProxmoxVED/logo.png" + src="/ProxmoxVE/logo.png" className="" /> Proxmox VE Helper-Scripts