mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-28 03:16:58 +00:00
alt properties and fix linting
This commit is contained in:
11
src/App.vue
11
src/App.vue
@@ -1,13 +1,10 @@
|
||||
<template>
|
||||
<div
|
||||
class="uk-container uk-container-expand uk-light uk-height-viewport"
|
||||
style="background: #0b0e0f"
|
||||
>
|
||||
<div class="uk-container uk-container-expand uk-light uk-height-viewport" style="background: #0b0e0f">
|
||||
<Navigation />
|
||||
<router-view />
|
||||
|
||||
<div style="text-align: center">
|
||||
<a href="https://github.com/TeamPiped/Piped">
|
||||
<a aria-label="GitHub" href="https://github.com/TeamPiped/Piped">
|
||||
<font-awesome-icon :icon="['fab', 'github']"></font-awesome-icon>
|
||||
</a>
|
||||
|
||||
@@ -23,8 +20,8 @@
|
||||
import Navigation from "@/components/Navigation";
|
||||
export default {
|
||||
components: {
|
||||
Navigation
|
||||
}
|
||||
Navigation,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user