diff --git a/src/lib/components/LeftSidebar.svelte b/src/lib/components/LeftSidebar.svelte index acf5d21..f3c0d74 100644 --- a/src/lib/components/LeftSidebar.svelte +++ b/src/lib/components/LeftSidebar.svelte @@ -46,57 +46,66 @@ class="max-w-[90%] shrink-0 object-cover" /> {/if} - {name} {mode === "simple" ? "Discussions" : "Home"} {#if mode === "simple"}
-

{groupStore.data?.about ?? ""}

+

+ {groupStore.data?.about ?? ""} +

{:else} + {#if activeAbout} +
+

+ About +

+

+ {activeAbout} +

+
+ {/if} - {#if activeAbout} -
-

- About -

-

{activeAbout}

-
- {/if} {/if} @@ -145,7 +157,7 @@ /> {:else}