Skip to content

Commit 69bb071

Browse files
committed
Footer classes and links
1 parent 91f4f16 commit 69bb071

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/components/AppFooter.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const socialLinks = [
3838
const 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-
&copy; 2021. React & TailwindCSS Portfolio
67+
&copy; 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

0 commit comments

Comments
 (0)