Reduce font-weight on no apps placeholder

This commit is contained in:
Johannes Zellner
2026-03-17 10:27:09 +01:00
parent bc5737b9b0
commit ae7df52780
+2 -2
View File
@@ -452,8 +452,8 @@ onDeactivated(() => {
<div v-if="apps.length === 0" class="empty-placeholder">
<!-- admins or not-->
<div v-if="profile.isAtLeastAdmin">
<h4>{{ $t('apps.noApps.title') }}</h4>
<h5 v-html="$t('apps.noApps.description', { appStoreLink: '#/appstore' })"></h5>
<h4 style="font-weight: 400">{{ $t('apps.noApps.title') }}</h4>
<h5 v-html="$t('apps.noApps.description', { appStoreLink: '#/appstore' })" style="font-weight: 400"></h5>
</div>
<div v-else>
<h4>{{ $t('apps.noAccess.title') }}</h4>