From 058139a8d79b8bdcaf805f5ef7fa44e57373ff6d Mon Sep 17 00:00:00 2001
From: nin0
Date: Wed, 25 Jun 2025 16:37:15 -0400
Subject: [PATCH] selectively show ass card
---
src/components/AssBrowser.astro | 39 ++++++++++---------
src/components/windows/main/SpotifyCard.astro | 6 +++
2 files changed, 27 insertions(+), 18 deletions(-)
diff --git a/src/components/AssBrowser.astro b/src/components/AssBrowser.astro
index f0cd38e..9a141f6 100644
--- a/src/components/AssBrowser.astro
+++ b/src/components/AssBrowser.astro
@@ -8,21 +8,24 @@ import GroupBox from "@components/GroupBox.astro";
}
-
-
-
YOUR BROWSER IS ASS
-
- Your browser, does not support the full set
- of web features which means that nin0.dev may not work as well as it
- would on a non-ass browser.
-
-
- Consider switching to a browser that is not ass such as Safari, Brave, or if you really have no
- option, Chrome. (these are personal preferences and I am not paid to say this)
-
-
-
+
+
+
+
YOUR BROWSER IS ASS
+
+ Your browser, does not support the full
+ set of web features which means that nin0.dev may not work as well
+ as it would on a non-ass browser.
+
+
+ Consider switching to a browser that is not ass such as Safari, Brave, or if you really have
+ no option, Chrome. (these are personal preferences and I am not paid to say
+ this)
+
+
+
+
diff --git a/src/components/windows/main/SpotifyCard.astro b/src/components/windows/main/SpotifyCard.astro
index 3e1d8f9..86b269a 100644
--- a/src/components/windows/main/SpotifyCard.astro
+++ b/src/components/windows/main/SpotifyCard.astro
@@ -4,7 +4,13 @@ import HeartIcon from "@assets/svg/heart.svg";
---