[flags] rounded corners

This commit is contained in:
Andrea Vos 2021-01-31 23:16:34 +01:00
parent 69a9e278d2
commit 74b3013f86

View File

@ -1,10 +1,10 @@
<template> <template>
<a v-if="link" :href="`/${config.nouns.route}/${config.nouns.terms.route}#${link.toLowerCase()}`" :title="alt"> <a v-if="link" :href="`/${config.nouns.route}/${config.nouns.terms.route}#${link.toLowerCase()}`" :title="alt">
<img :src="img" alt=""/> <img :src="img" alt="" class="rounded"/>
{{ name }} {{ name }}
</a> </a>
<span v-else :title="alt"> <span v-else :title="alt">
<img :src="img" alt=""/> <img :src="img" alt="" class="rounded"/>
{{ name }} {{ name }}
</span> </span>
</template> </template>