mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-02-06 09:56:03 +00:00
Fix linting
This commit is contained in:
parent
8410972189
commit
e57618a821
@ -1,13 +1,7 @@
|
||||
<template>
|
||||
<ds-space class="empty" centered :margin="margin">
|
||||
<ds-text>
|
||||
<img
|
||||
:src="iconPath"
|
||||
width="80"
|
||||
class="empty-icon"
|
||||
style="margin-bottom: 5px"
|
||||
alt="Empty"
|
||||
/>
|
||||
<img :src="iconPath" width="80" class="empty-icon" style="margin-bottom: 5px" alt="Empty" />
|
||||
<br />
|
||||
<ds-text v-show="message" class="empty-message" color="softer">
|
||||
{{ message }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user