Attempt to migrate more classes.

This commit is contained in:
FireMasterK
2021-12-27 14:46:26 +00:00
parent 69ae2bf131
commit 871447050c
20 changed files with 61 additions and 67 deletions

View File

@@ -1,13 +1,7 @@
<template>
<h1 v-t="'titles.feed'" class="uk-text-bold uk-text-center" />
<h1 v-t="'titles.feed'" class="font-bold text-center" />
<button
v-if="authenticated"
class="uk-button uk-button-small"
style="margin-right: 0.5rem"
type="button"
@click="exportHandler"
>
<button v-if="authenticated" class="btn" style="margin-right: 0.5rem" @click="exportHandler">
<router-link to="/subscriptions"> Subscriptions </router-link>
</button>