mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix linting
This commit is contained in:
parent
774616857e
commit
fbdad163ab
@ -9,7 +9,11 @@
|
|||||||
<ds-flex-item :width="{ base: '100%', sm: 1, md: 1 }">
|
<ds-flex-item :width="{ base: '100%', sm: 1, md: 1 }">
|
||||||
<ds-space>
|
<ds-space>
|
||||||
<a :href="links.ORGANIZATION" :title="$t('login.moreInfo', metadata)" target="_blank">
|
<a :href="links.ORGANIZATION" :title="$t('login.moreInfo', metadata)" target="_blank">
|
||||||
<img class="image" alt="Under maintenance" src="/img/custom/under-maintenance.svg" />
|
<img
|
||||||
|
class="image"
|
||||||
|
alt="Under maintenance"
|
||||||
|
src="/img/custom/under-maintenance.svg"
|
||||||
|
/>
|
||||||
</a>
|
</a>
|
||||||
</ds-space>
|
</ds-space>
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user