Merge pull request #22866 from nextcloud/fix/recommendations-alt
Fix recommendation design details
This commit is contained in:
commit
e392525c2c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -32,11 +32,11 @@
|
|||
{{ t('core', 'Installing apps …') }}
|
||||
</p>
|
||||
<div v-for="app in recommendedApps" :key="app.id" class="app">
|
||||
<img :src="customIcon(app.id)" :alt="t('core', 'Nextcloud {app}', { app: app.name })">
|
||||
<img :src="customIcon(app.id)" alt="">
|
||||
<div class="info">
|
||||
<h3>
|
||||
{{ app.name }}
|
||||
<span v-if="app.loading" class="icon icon-loading-small" />
|
||||
<span v-if="app.loading" class="icon icon-loading-small-dark" />
|
||||
<span v-else-if="app.active" class="icon icon-checkmark-white" />
|
||||
</h3>
|
||||
<p v-html="customDescription(app.id)" />
|
||||
|
|
Loading…
Reference in New Issue