File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22const currentYear = new Date ().getFullYear ();
33---
44
5- <footer class =" footer footer-center p-10 bg-base-100 text-base-content" >
5+ <footer class =" footer footer-center p-10 bg-base-200 text-base-content" >
66 <nav class =" grid grid-flow-col gap-4" >
77 <a href =" /privacy" class =" link link-hover" >Privacy</a >
88 <a href =" /disclaimer" class =" link link-hover" >Disclaimer</a >
@@ -11,17 +11,9 @@ const currentYear = new Date().getFullYear();
1111
1212 <aside >
1313 <p class =" text-sm" >
14- Built with ❤️ using <a
15- href =" https://astro.build"
16- target =" _blank"
17- rel =" noopener noreferrer"
18- class =" link" >Astro</a
19- > ·
20- <a
21- href =" https://github.com/IrvanFza/mycodingplan/blob/main/LICENSE"
22- class =" link link-hover" >MIT License</a
23- > · © { currentYear }
24- <a href =" /" class =" link link-hover" >MyCodingPlan</a >
14+ Built with ❤️ using <a href =" https://astro.build" target =" _blank" rel =" noopener noreferrer" class =" link link-primary" >Astro</a >
15+ · <a href =" https://github.com/IrvanFza/mycodingplan/blob/main/LICENSE" class =" link link-primary" >MIT License</a >
16+ · © { currentYear } <a href =" /" class =" link link-primary" >MyCodingPlan</a >
2517 </p >
2618 </aside >
2719</footer >
You can’t perform that action at this time.
0 commit comments