FEAT: Add crown icon to messages by users who are subscribed

This commit is contained in:
Chris-1010
2025-02-28 20:51:19 +00:00
parent 4b252b366b
commit 854ebc6029
5 changed files with 33 additions and 60 deletions

View File

@@ -93,7 +93,7 @@ const Navbar: React.FC<NavbarProps> = ({ variant = "default" }) => {
<ToggleButton
extraClasses={`absolute group text-[1rem] top-[2vh] ${
showQuickSettings ? "right-[21vw]" : "right-[20px]"
} cursor-pointer`}
} cursor-pointer z-[20]`}
onClick={() => handleQuickSettings()}
toggled={showQuickSettings}
>