fix: workspace avatars (#81)

* fix: workspace avatars

* get rid of from old logo prop
This commit is contained in:
Oğuzhan Koral
2026-01-06 16:21:53 +03:00
committed by GitHub
parent fdfef1d496
commit f2cc0d55e3
5 changed files with 129 additions and 19 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<WorkspaceAvatar
:size="'xs'"
:name="selectedWorkspace.name || ''"
:logo="selectedWorkspace.logo"
:logo="selectedWorkspace.logoUrl"
/>
<div class="min-w-0 truncate flex-grow text-left">
<span>{{ selectedWorkspace.name }}</span>
+1 -1
View File
@@ -14,7 +14,7 @@
<WorkspaceAvatar
:size="'sm'"
:name="workspace.name || ''"
:logo="workspace.logo"
:logo="workspace.logoUrl"
/>
<div class="min-w-0 grow">
<div class="truncate overflow-hidden min-w-0 flex items-center space-x-2">