mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-25 15:07:21 +00:00
feat(preferences): added back button (#287)
This commit is contained in:
parent
bae1cd3ce1
commit
fca4d88202
@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<h1 class="uk-text-bold uk-text-center">Preferences</h1>
|
||||
<div class="uk-flex uk-flex-between uk-flex-middle">
|
||||
<router-link class="uk-button uk-button-text" to="/"><font-awesome-icon icon="chevron-left" /> Back</router-link>
|
||||
<span><h1 class="uk-text-bold uk-text-center">Preferences</h1></span>
|
||||
<span />
|
||||
</div>
|
||||
<hr />
|
||||
<h2>SponsorBlock</h2>
|
||||
<p>Uses the API from <a href="https://sponsor.ajay.app/">sponsor.ajay.app</a></p>
|
||||
|
@ -9,6 +9,7 @@ import {
|
||||
faHeart,
|
||||
faHeadphones,
|
||||
faRss,
|
||||
faChevronLeft,
|
||||
} from "@fortawesome/free-solid-svg-icons";
|
||||
import { faGithub, faBitcoin, faYoutube } from "@fortawesome/free-brands-svg-icons";
|
||||
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
|
||||
@ -24,6 +25,7 @@ library.add(
|
||||
faHeadphones,
|
||||
faYoutube,
|
||||
faRss,
|
||||
faChevronLeft
|
||||
);
|
||||
|
||||
import("uikit/dist/css/uikit-core.css");
|
||||
|
Loading…
Reference in New Issue
Block a user