Skip to content

Commit c2fbc56

Browse files
author
Vue Play
committed
Stored by Vue Play
1 parent fdd355c commit c2fbc56

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

src/components/Footer.vue

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
<template>
22
<footer
33
style="width:100%;text-align:center;box-sizing:border-box;display:inline-block"
4-
class="py-20 text-sky-100 bg-sky-950 text-xs md:text-md sm:text-sm px-6">
4+
class="py-20 text-sky-100 bg-sky-950 text-xs md:text-md sm:text-sm px-6"
5+
>
56

6-
<p class="pb-3">
7+
<p
8+
class="pb-3"
9+
data-allow-mismatch=""
10+
>
711
© All rights reserved -
812
Siglar Development AS {{
913
new Date().getUTCFullYear()
1014
}}
11-
</p> <router-link
12-
to="/release-log">
15+
</p> <router-link to="/release-log">
1316
Release log
1417
</router-link>
1518
-
16-
<router-link
17-
to="/terms-of-service">
19+
<router-link to="/terms-of-service">
1820
Terms of Service
19-
</router-link>-<router-link
20-
to="/privacy-policy">
21+
</router-link>-<router-link to="/privacy-policy">
2122
Privacy Policy
2223
</router-link>
2324
</footer>
2425
</template>
2526
<script>
26-
export default { data: () => ({}) };
27+
export default {
28+
data: () => ({})
29+
};
2730
2831
</script>
2932
<style scoped>

0 commit comments

Comments
 (0)