File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 © { 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 & Conditions</ p >
153153 </ a >
154154 < a
You can’t perform that action at this time.
0 commit comments