fixed format

This commit is contained in:
Mo Zargham 2019-12-29 14:06:53 -05:00
parent 3db3cb1171
commit 4b9040a8a7

View File

@ -1,4 +1,4 @@
<template>
<template>s
<transition name="fade" appear>
<ds-card
:lang="post.language"
@ -48,7 +48,7 @@
<!-- Post language -->
<ds-tag v-if="post.language" class="category-tag language">
<base-icon name="globe" />
{{post.language.toUpperCase()}}
{{ post.language.toUpperCase() }}
</ds-tag>
</div>
<ds-space margin-bottom="small" />