File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
import { SITE , SOCIALS } from " @consts"
3
3
import Container from " @components/Container.astro"
4
+ import CopyrightDate from ' @components/CopyrightDate.tsx'
4
5
---
5
6
6
7
<footer class =" relative bg-white dark:bg-black" >
@@ -55,9 +56,8 @@ import Container from "@components/Container.astro"
55
56
Privacy
56
57
</a >
57
58
</div >
58
- <div class =" text-sm mt-2" >
59
- © 2024 | All rights reserved
60
- </div >
59
+
60
+ <CopyrightDate />
61
61
</div >
62
62
63
63
<div class =" order-1 sm:order-2 flex justify-center sm:justify-end" >
@@ -101,4 +101,4 @@ import Container from "@components/Container.astro"
101
101
102
102
document.addEventListener("astro:after-swap", inintializeBackToTop)
103
103
inintializeBackToTop()
104
- </script >
104
+ </script >
You can’t perform that action at this time.
0 commit comments