From bddd6b9c513bff96e02b66d6850363ca692480ea Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 5 Sep 2024 15:57:07 -0400 Subject: [PATCH] update --- package.json | 2 +- src/Sidebar.astro | 5 +++-- src/VideoItem.astro | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3f6284b..d375e7b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@minpluto/polestar", "author": "SudoVanilla ", "type": "module", - "version": "0.0.51", + "version": "0.0.52", "license": "AGPL-3.0-only", "bugs": { "url": "https://ark.sudovanilla.org/MinPluto/Polestar/issues", diff --git a/src/Sidebar.astro b/src/Sidebar.astro index 24f93e2..c310ab2 100644 --- a/src/Sidebar.astro +++ b/src/Sidebar.astro @@ -1,6 +1,6 @@ --- // Properties -const { ShowHeader, LogoPath, ShowVersion, FooterLinks, Size } = Astro.props; +const { ShowHeader, LogoPath, ShowVersion, FooterLinks, Version } = Astro.props; // Components import { Image } from "astro:assets"; @@ -34,7 +34,7 @@ import { Image } from "astro:assets";