From 88b4ef729a83edbd48fd19fc7773c96d8bfbb4f1 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 20 Oct 2023 23:30:21 -0700 Subject: added MAL to about section and refactor style --- src/components/DiscordActivity.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/DiscordActivity.astro') diff --git a/src/components/DiscordActivity.astro b/src/components/DiscordActivity.astro index 0b2bb88..a07d660 100644 --- a/src/components/DiscordActivity.astro +++ b/src/components/DiscordActivity.astro @@ -10,7 +10,7 @@ const activities = data.data.activities; let activityHTML = ""; if (activities.length === 0) { - activityHTML = "

Not doing anything at the moment

"; + activityHTML = "

Not doing anything at the moment :(

"; } else { for (const activity of activities) { const imageUrl = -- cgit v1.2.3