mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	feat(preferences): added back button
This commit is contained in:
		
							parent
							
								
									94930089c5
								
							
						
					
					
						commit
						6e5b555c53
					
				
					 2 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue