Reduce font-weight on no apps placeholder
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user