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 = [
3838const AppFooter = ( ) => {
3939 return (
4040 < 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" >
4242 { /* Footer social links start */ }
4343 < div className = "flex flex-col justify-center items-center mb-12 sm:mb-28" >
4444 < p className = "text-3xl sm:text-4xl font-semibold text-primary-dark dark:text-primary-light mb-5" >
@@ -64,8 +64,12 @@ const AppFooter = () => {
6464 { /* Footer copyright start */ }
6565 < div className = "flex justify-center items-center text-center" >
6666 < 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
6973 </ Link >
7074 .
7175 < Link
You can’t perform that action at this time.
0 commit comments