File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const socialLinks = [
38
38
const AppFooter = ( ) => {
39
39
return (
40
40
< div className = "container mx-auto" >
41
- < div className = "innercontent pt-20 sm:pt-30 pb-8 mt-20 border-t-2 border-primary-light dark:border-secondary-dark" >
41
+ < div className = "pt-20 sm:pt-30 pb-8 mt-20 border-t-2 border-primary-light dark:border-secondary-dark" >
42
42
{ /* Footer social links start */ }
43
43
< div className = "flex flex-col justify-center items-center mb-12 sm:mb-28" >
44
44
< p className = "text-3xl sm:text-4xl font-semibold text-primary-dark dark:text-primary-light mb-5" >
@@ -64,8 +64,12 @@ const AppFooter = () => {
64
64
{ /* Footer copyright start */ }
65
65
< div className = "flex justify-center items-center text-center" >
66
66
< div className = "text-lg text-ternary-dark dark:text-ternary-light" >
67
- < Link to = "https://github.com/NangialaiStoman/react-tailwindcss-portfolio" >
68
- © 2021. React & TailwindCSS Portfolio
67
+ © 2021
68
+ < Link
69
+ to = "https://github.com/NangialaiStoman/react-tailwindcss-portfolio"
70
+ className = "hover:underline ml-1"
71
+ >
72
+ React & TailwindCSS Portfolio
69
73
</ Link >
70
74
.
71
75
< Link
You can’t perform that action at this time.
0 commit comments