mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
fixed format
This commit is contained in:
parent
3db3cb1171
commit
4b9040a8a7
@ -1,4 +1,4 @@
|
|||||||
<template>
|
<template>s
|
||||||
<transition name="fade" appear>
|
<transition name="fade" appear>
|
||||||
<ds-card
|
<ds-card
|
||||||
:lang="post.language"
|
:lang="post.language"
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<!-- Post language -->
|
<!-- Post language -->
|
||||||
<ds-tag v-if="post.language" class="category-tag language">
|
<ds-tag v-if="post.language" class="category-tag language">
|
||||||
<base-icon name="globe" />
|
<base-icon name="globe" />
|
||||||
{{post.language.toUpperCase()}}
|
{{ post.language.toUpperCase() }}
|
||||||
</ds-tag>
|
</ds-tag>
|
||||||
</div>
|
</div>
|
||||||
<ds-space margin-bottom="small" />
|
<ds-space margin-bottom="small" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user