mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-31 20:51:55 +00:00 
			
		
		
		
	apply suggested changes
This commit is contained in:
		| @@ -36,8 +36,7 @@ export default { | ||||
|     }, | ||||
|     methods: { | ||||
|         async fetchConfig() { | ||||
|             fetch("config.json").then(async response => { | ||||
|                 const config = await response.json(); | ||||
|             this.fetchJson("confg.json").then(config => { | ||||
|                 this.donationHref = config.donation_href; | ||||
|                 this.statusPageHref = config.status_page_href; | ||||
|             }); | ||||
| @@ -46,7 +45,7 @@ export default { | ||||
| }; | ||||
| </script> | ||||
|  | ||||
| <style scoped> | ||||
| <style> | ||||
| footer { | ||||
|     @apply bg-light-900; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bnyro
					Bnyro