Skip to content

Commit dfc3a2e

Browse files
authored
Merge pull request #11 from javaistic:update-footer
Update Footer.js
2 parents 9ef9957 + d367f62 commit dfc3a2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/home/Footer.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export function Footer() {
9797
))}
9898
</ul>
9999
<div className="container px-5 py-8 pb-8 mx-auto flex items-center sm:flex-row flex-col">
100-
<a className="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
100+
<a href="#" className="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
101101
<Logo className="w-auto h-10" />
102102
</a>
103103
<div className="text-sm text-gray-500 sm:ml-4 sm:pl-4 sm:pr-4 sm:border-l-2 sm:border-r-2 sm:border-gray-200 sm:py-2 sm:mt-0 mt-4">
@@ -140,15 +140,15 @@ export function Footer() {
140140
</span>
141141
</div>
142142
<div className="container px-5 py-2 mb-0 mx-auto flex items-center sm:flex-row flex-col">
143-
<a className="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
143+
<p className="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
144144
<p className="mt-2 text-sm text-gray-500">
145145
&copy; {new Date().getFullYear()} Javaistic. All rights reserved.
146146
</p>
147-
</a>
148-
<a className="flex pl-6 title-font font-medium items-center md:justify-start justify-center text-gray-900">
147+
</p>
148+
<a href="#" className="flex pl-6 title-font font-medium items-center md:justify-start justify-center text-gray-900">
149149
<p className="mt-2 text-sm text-gray-500">Privacy Policy</p>
150150
</a>
151-
<a className="flex pl-6 title-font font-medium items-center md:justify-start justify-center text-gray-900">
151+
<a href="#" className="flex pl-6 title-font font-medium items-center md:justify-start justify-center text-gray-900">
152152
<p className="mt-2 text-sm text-gray-500">Terms &amp; Conditions</p>
153153
</a>
154154
<a

0 commit comments

Comments
 (0)