From ede978d97278ef35c869e85a2a3f507bd24e92e7 Mon Sep 17 00:00:00 2001 From: tnfAngel <57068341+tnfAngel@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:52:00 +0100 Subject: [PATCH] fix bolds --- src/components/layout/GuildSidebar.tsx | 3 ++- src/components/layout/MainSidebar.tsx | 9 +++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/layout/GuildSidebar.tsx b/src/components/layout/GuildSidebar.tsx index 5f154f3..c4cde14 100644 --- a/src/components/layout/GuildSidebar.tsx +++ b/src/components/layout/GuildSidebar.tsx @@ -45,7 +45,8 @@ export function GuildChannelLink({ guild, channel, isSelected }: Readonly {channel.name} diff --git a/src/components/layout/MainSidebar.tsx b/src/components/layout/MainSidebar.tsx index 7bb65c7..b4fe9f1 100644 --- a/src/components/layout/MainSidebar.tsx +++ b/src/components/layout/MainSidebar.tsx @@ -51,7 +51,11 @@ export function DirectButtonLink({ - + {label} @@ -103,7 +107,8 @@ export function DirectChannelLink({ channel, isSelected }: Readonly {channel.type === ChannelTypes.DirectMessage ? recipient.username : channel.name}