From 2fd78acccdbf924b5d6e2f261232b7873d456a7b Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Wed, 4 Sep 2024 15:23:49 -0400 Subject: [PATCH] Make the navigation content height static --- src/components/landing/discord-status.tsx | 4 ++-- src/components/landing/navigation.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/landing/discord-status.tsx b/src/components/landing/discord-status.tsx index 4c284b1..6d2d916 100644 --- a/src/components/landing/discord-status.tsx +++ b/src/components/landing/discord-status.tsx @@ -86,7 +86,7 @@ const DiscordStatus = (): ReactElement | undefined => { dcdnUser={dcdnUser} /> -
+
{dcdnUser.bio && } @@ -226,7 +226,7 @@ const SpotifyActivity = ({ spotify }: { spotify: Spotify }): ReactElement => {

- {truncateText(spotify.song, 24)} + {truncateText(spotify.song, 22)}

{truncateText(spotify.artist.replace(";", ","), 26)} diff --git a/src/components/landing/navigation.tsx b/src/components/landing/navigation.tsx index bc9c791..3110866 100644 --- a/src/components/landing/navigation.tsx +++ b/src/components/landing/navigation.tsx @@ -38,7 +38,7 @@ const Navigation = (): ReactElement => { undefined ); return ( -
+
{/* Selection Buttons */}
{items.map((item, index) => { @@ -64,7 +64,7 @@ const Navigation = (): ReactElement => {
{/* Selected Content */} - + {selected ? (