(feat): remove homepage dev buttons
Some checks failed
/ build-desktop (linux) (push) Failing after 1m16s
/ build-web (push) Failing after 1m27s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled

(fix): some call related bugs
(qol): update todo
This commit is contained in:
Alois 2026-06-08 13:41:36 +02:00
commit 28a3d72fad
8 changed files with 175 additions and 29 deletions

View file

@ -75,7 +75,7 @@ export default function TopBar() {
<TooltipTrigger
render={
<Avatar className="size-7">
<AvatarImage />
<AvatarImage src={user.avatar} />
<AvatarFallback className="text-xs">
{user.display.slice(0, 2).toUpperCase()}
</AvatarFallback>