mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-04-04 14:56:58 +00:00
Attempt to migrate more classes.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user