mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-14 11:28:22 +00:00
@@ -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>
|
||||
|
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<h1 v-t="'titles.login'" class="font-bold text-center my-4" />
|
||||
<hr />
|
||||
<div class="text-center">
|
||||
<h1 v-t="'titles.login'" />
|
||||
<form class="children:pb-3">
|
||||
<div>
|
||||
<input
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<h1 class="font-bold text-center" v-t="'titles.playlists'" />
|
||||
<h1 class="font-bold text-center my-4" v-t="'titles.playlists'" />
|
||||
|
||||
<hr />
|
||||
|
||||
|
@@ -1,4 +1,6 @@
|
||||
<template>
|
||||
<h1 v-t="'titles.register'" class="font-bold text-center my-4" />
|
||||
<hr />
|
||||
<div class="text-center">
|
||||
<form class="children:pb-3">
|
||||
<div>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<h1 v-t="'titles.trending'" class="font-bold text-center" />
|
||||
<h1 v-t="'titles.trending'" class="font-bold text-center my-4" />
|
||||
|
||||
<hr />
|
||||
|
||||
|
Reference in New Issue
Block a user