From 61c1f340948a339a4613e8592d1be8deba3c1575 Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 5 Dec 2024 00:55:36 -0500 Subject: [PATCH] Include purple variant of the logo --- src/components/global/SudoVanillaLogo.astro | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/components/global/SudoVanillaLogo.astro b/src/components/global/SudoVanillaLogo.astro index 6d5bf29..1f63a0a 100644 --- a/src/components/global/SudoVanillaLogo.astro +++ b/src/components/global/SudoVanillaLogo.astro @@ -6,9 +6,17 @@ const { WithLogo, OnlyLogo } = Astro.props; { WithLogo ? ( + ) : null } {OnlyLogo ? ( @@ -31,9 +39,10 @@ const { WithLogo, OnlyLogo } = Astro.props; } } - img[src="https://md.sudovanilla.org/images/sv-logo-4.png"] + img[src="https://md.sudovanilla.org/images/sv-logo-4.png"], + img["https://md.sudovanilla.org/images/SudoVanilla%20Logo%20-%20Purple.png"] { - width: 32px; - height: 30px; + width: 32px !important; + height: 30px !important; }