From 1c19294739a2911c13efa3fc2277e8082889ee01 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Wed, 4 Sep 2024 15:54:25 -0400 Subject: [PATCH] Make the Discord status card work with light mode --- src/components/landing/discord-status.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/landing/discord-status.tsx b/src/components/landing/discord-status.tsx index 4fd972e..e828577 100644 --- a/src/components/landing/discord-status.tsx +++ b/src/components/landing/discord-status.tsx @@ -79,7 +79,7 @@ const DiscordStatus = (): ReactElement | undefined => { return (
-
+
{ {/* Activity */} {discordData.activities.length > 0 && ( -
+
{discordData.activities[0].name !== "Spotify" ? ( (
{`${discordUser.username}'s
{`${discordUser.username}'s
@@ -155,7 +155,7 @@ const BannerAvatar = ({ const Bio = ({ bio }: { bio: string }): ReactElement => ( -
+
{truncateText(bio, 15)}