From 96194316d3ca179d920a251c20551571aa0a1705 Mon Sep 17 00:00:00 2001
From: sadan <117494111+sadan4@users.noreply.github.com>
Date: Wed, 25 Jun 2025 15:51:12 -0400
Subject: [PATCH 1/4] use a static file for your avatar
this way, others can link to it statically and always have an up to date
copy of your avatar
---
{src/assets => public}/logo.png | Bin
src/components/Avatar.astro | 3 +--
2 files changed, 1 insertion(+), 2 deletions(-)
rename {src/assets => public}/logo.png (100%)
diff --git a/src/assets/logo.png b/public/logo.png
similarity index 100%
rename from src/assets/logo.png
rename to public/logo.png
diff --git a/src/components/Avatar.astro b/src/components/Avatar.astro
index b54f0dc..d40280f 100644
--- a/src/components/Avatar.astro
+++ b/src/components/Avatar.astro
@@ -1,12 +1,11 @@
---
import { Image } from "astro:assets";
-import logo from "@assets/logo.png";
---
+
+ 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 4f3cdf6..3e1d8f9 100644
--- a/src/components/windows/main/SpotifyCard.astro
+++ b/src/components/windows/main/SpotifyCard.astro
@@ -3,6 +3,22 @@ import LastFMIcon from "@assets/svg/fm.svg";
import HeartIcon from "@assets/svg/heart.svg";
---
+
+
-
- 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";
---