File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<footer
3
3
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
+ >
5
6
6
- <p class =" pb-3" >
7
+ <p
8
+ class =" pb-3"
9
+ data-allow-mismatch =" "
10
+ >
7
11
© All rights reserved -
8
12
Siglar Development AS {{
9
13
new Date().getUTCFullYear()
10
14
}}
11
- </p > <router-link
12
- to =" /release-log" >
15
+ </p > <router-link to =" /release-log" >
13
16
Release log
14
17
</router-link >
15
18
-
16
- <router-link
17
- to =" /terms-of-service" >
19
+ <router-link to =" /terms-of-service" >
18
20
Terms of Service
19
- </router-link >-<router-link
20
- to =" /privacy-policy" >
21
+ </router-link >-<router-link to =" /privacy-policy" >
21
22
Privacy Policy
22
23
</router-link >
23
24
</footer >
24
25
</template >
25
26
<script >
26
- export default { data : () => ({}) };
27
+ export default {
28
+ data : () => ({})
29
+ };
27
30
28
31
</script >
29
32
<style scoped>
You can’t perform that action at this time.
0 commit comments