We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388d711 commit ea8949cCopy full SHA for ea8949c
frontend/src/modules/organization/components/view/organization-view-aside.vue
@@ -18,9 +18,10 @@
18
rel="noopener noreferrer"
19
>
20
<div class="flex gap-3 items-center">
21
- <app-platform :platform="identity.platform" custom-platform-icon-class="ri-community-fill" />
+ <app-platform :show-tooltip="true" :platform="identity.platform" custom-platform-icon-class="ri-community-fill" />
22
<span class="text-gray-900 text-xs">
23
{{ getPlatformDetails(identity.platform)?.organization.handle(identity)
24
+ ?? identity.name
25
?? getPlatformDetails(identity.platform)?.name
26
?? identity.platform }}</span>
27
</div>
0 commit comments