diff --git a/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx b/frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx index 8031868..e3c1a0c 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 54100d1..ac0d8ba 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