minor UI improvements

This commit is contained in:
Bnyro
2022-07-20 22:20:10 +02:00
parent 58ce63eca4
commit 699588093b
6 changed files with 9 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<template>
<h1 v-t="'titles.feed'" class="font-bold text-center" />
<h1 v-t="'titles.feed'" class="font-bold text-center my-4" />
<button v-if="authenticated" class="btn mr-2" @click="exportHandler">
<router-link to="/subscriptions">Subscriptions</router-link>