From 3b9040b534bcaaede8f7b7f7e0610b75ae2bcc6c Mon Sep 17 00:00:00 2001 From: sunaurus Date: Sun, 14 Apr 2024 00:32:52 +0300 Subject: [PATCH] fix: add community title to sidebar --- src/app/PageWithSidebar.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/PageWithSidebar.tsx b/src/app/PageWithSidebar.tsx index bcfbbd9..771e3a9 100644 --- a/src/app/PageWithSidebar.tsx +++ b/src/app/PageWithSidebar.tsx @@ -183,8 +183,11 @@ const CommunityDetailsSection = async (props: { return (
+

+ {props.communityView.community.title} +

-

{props.communityName}

+

{`!${props.communityName}`}