Skip to content

Commit

Permalink
add fontWeight to community name
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed Dec 22, 2023
1 parent b8eecb4 commit 7fbbfec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/layouts/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@ const Sidebar = () => {
<div className="bg-secondary text-center w-10 h-10 rounded-full align-center flex flex-col justify-center text-xs" />
)}
</div>
<TcText text={community?.name} variant="body1" />
<TcText
text={community?.name}
variant="body1"
fontWeight="bold"
/>
</div>
</div>
</div>
Expand Down

0 comments on commit 7fbbfec

Please sign in to comment.