|
|
@ -23,12 +23,12 @@ |
|
|
|
<a v-if="$i18n.locale == 'zh-tw'" href="https://medium.com/showeasy" target="_blank" :class=" |
|
|
|
$vuetify.breakpoint.smOnly |
|
|
|
? 'remove-underline primary--text text-size-20 font-weight-medium' |
|
|
|
: 'remove-underline primary--text text-size-14 font-weight-medium' |
|
|
|
: 'remove-underline primary--text text-size-16 font-weight-medium' |
|
|
|
">{{ $t("Blog") }}</a> |
|
|
|
<a v-else href="https://medium.com/showeasy-eng" target="_blank" :class=" |
|
|
|
$vuetify.breakpoint.smOnly |
|
|
|
? 'remove-underline primary--text text-size-20 font-weight-medium' |
|
|
|
: 'remove-underline primary--text text-size-14 font-weight-medium' |
|
|
|
: 'remove-underline primary--text text-size-16 font-weight-medium' |
|
|
|
">{{ $t("Blog") }}</a> |
|
|
|
</div> |
|
|
|
<v-divider class="mt-3"></v-divider> |
|
|
|