From 37621c271f1694d01704bc510e9ddad4791e8b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksander=20Wilczy=C5=84ski?= Date: Tue, 22 Apr 2025 11:44:39 +0200 Subject: [PATCH] fix(): add word-break to activity to prevent responsive issues --- src/components/Whoami.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Whoami.tsx b/src/components/Whoami.tsx index 76aeba6..0332884 100644 --- a/src/components/Whoami.tsx +++ b/src/components/Whoami.tsx @@ -18,7 +18,7 @@ const Activity = ({ data }: { data: TActivity }) => {
-
+

{data.name}

{data.state &&

{data.state}

} {data.details &&

{data.details}

} @@ -29,7 +29,7 @@ const Activity = ({ data }: { data: TActivity }) => {
-
+

{data.name}

{data.state &&

{data.state}

} {data.details &&

{data.details}

} @@ -87,7 +87,7 @@ export const Whoami = () => {
-
+

{t("landing.discord.listening")}

{t("landing.discord.song", { song: data.spotify.song, artist: data.spotify.artist })}