From 7d7017168bf3fcb38889bec79f1417b10079a0d6 Mon Sep 17 00:00:00 2001 From: Lea Date: Sun, 20 Aug 2023 13:47:50 +0200 Subject: [PATCH] fix: align server/user/channel icon with title --- components/cards/ChannelCard.tsx | 2 +- components/cards/ServerCard.tsx | 2 +- components/cards/UserCard.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/cards/ChannelCard.tsx b/components/cards/ChannelCard.tsx index d96d503..97272e5 100644 --- a/components/cards/ChannelCard.tsx +++ b/components/cards/ChannelCard.tsx @@ -19,7 +19,7 @@ export function ChannelCard({ return ( - + {channel.channel_type !== "DirectMessage" && ( diff --git a/components/cards/ServerCard.tsx b/components/cards/ServerCard.tsx index 7e53fb4..94b7858 100644 --- a/components/cards/ServerCard.tsx +++ b/components/cards/ServerCard.tsx @@ -13,7 +13,7 @@ export function ServerCard({ return ( - + diff --git a/components/cards/UserCard.tsx b/components/cards/UserCard.tsx index fd0c76e..0208d72 100644 --- a/components/cards/UserCard.tsx +++ b/components/cards/UserCard.tsx @@ -18,7 +18,7 @@ export function UserCard({ user, subtitle, withLink }: { user: User; subtitle: s }} > - +