feat(preferences): added back button (#287)

This commit is contained in:
Amir
2021-07-20 19:15:17 +04:30
committed by GitHub
parent bae1cd3ce1
commit fca4d88202
2 changed files with 7 additions and 1 deletions

View File

@@ -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" /> &nbsp;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>