mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 21:47:25 +00:00
apply suggested changes
This commit is contained in:
parent
cc75ff1c65
commit
8899425a47
@ -36,8 +36,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async fetchConfig() {
|
async fetchConfig() {
|
||||||
fetch("config.json").then(async response => {
|
this.fetchJson("confg.json").then(config => {
|
||||||
const config = await response.json();
|
|
||||||
this.donationHref = config.donation_href;
|
this.donationHref = config.donation_href;
|
||||||
this.statusPageHref = config.status_page_href;
|
this.statusPageHref = config.status_page_href;
|
||||||
});
|
});
|
||||||
@ -46,7 +45,7 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style>
|
||||||
footer {
|
footer {
|
||||||
@apply bg-light-900;
|
@apply bg-light-900;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user