Skip to content

Commit 32692ae

Browse files
committed
Footer links and classes updated
1 parent aea8303 commit 32692ae

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

src/components/AppFooter.vue

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="container mx-auto ">
33
<div
4-
class="innercontent pt-20 sm:pt-30 pb-8 mt-20 border-t-2 border-primary-light dark:border-secondary-dark"
4+
class="pt-20 sm:pt-30 pb-8 mt-20 border-t-2 border-primary-light dark:border-secondary-dark"
55
>
66
<!-- Footer social links start -->
77
<div
@@ -31,9 +31,16 @@
3131

3232
<!-- Footer copyright start -->
3333
<div class="flex justify-center items-center text-center">
34-
<div class="text-lg text-ternary-dark dark:text-ternary-light">
35-
&copy; Copyright {{ copyrightDate }}. Vue.js & TailwindCSS
36-
Portfolio.
34+
<div class="text-lg text-ternary-dark dark:text-ternary-light ">
35+
&copy; {{ copyrightDate }}.
36+
<a
37+
href="https://github.com/NangialaiStoman/vuejs-tailwindcss-portfolio"
38+
target="__blank"
39+
class="hover:underline"
40+
>
41+
Vue.js & TailwindCSS Portfolio
42+
</a>
43+
.
3744
<a
3845
href="https://stoman.me"
3946
target="__blank"

0 commit comments

Comments
 (0)