mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
apply suggested changes
This commit is contained in:
parent
cc75ff1c65
commit
8899425a47
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user