mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
[flags] rounded corners
This commit is contained in:
parent
69a9e278d2
commit
74b3013f86
@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<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 }}
|
||||
</a>
|
||||
<span v-else :title="alt">
|
||||
<img :src="img" alt=""/>
|
||||
<img :src="img" alt="" class="rounded"/>
|
||||
{{ name }}
|
||||
</span>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user