File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" flex justify-center items-center text-center" >
3
3
<div
4
- class =" font-general-medium text-lg text-ternary-dark dark:text-ternary-light"
4
+ class =" font-general-regular text-lg text-ternary-dark dark:text-ternary-light"
5
5
>
6
6
© ; {{ copyrightDate }}.
7
7
<a
8
8
href =" https://github.com/realstoman/vuejs-tailwindcss-portfolio"
9
9
target =" __blank"
10
- class =" hover:underline hover:text-indigo-600 dark:hover:text-indigo-300"
10
+ class =" font-general-medium hover:underline hover:text-indigo-600 dark:hover:text-indigo-300"
11
11
>
12
- Vue.js & TailwindCSS Portfolio
12
+ {{ projectName }}
13
13
</a >
14
- .
14
+ . Developed by
15
15
<a
16
16
href =" https://stoman.me"
17
17
target =" __blank"
18
- class =" text-secondary-dark dark:text-secondary-light font-medium uppercase hover:underline hover:text-indigo-600 dark:hover:text-indigo-300"
19
- >Stoman </a
18
+ class =" font-general-medium text-secondary-dark dark:text-secondary-light uppercase hover:underline hover:text-indigo-600 dark:hover:text-indigo-300"
19
+ >{{ author }} </a
20
20
>
21
21
</div >
22
22
</div >
@@ -27,6 +27,8 @@ export default {
27
27
data : () => {
28
28
return {
29
29
copyrightDate: new Date ().getFullYear (),
30
+ projectName: ' Vue.js & TailwindCSS Portfolio' ,
31
+ author: ' Stoman' ,
30
32
};
31
33
},
32
34
};
You can’t perform that action at this time.
0 commit comments