This commit is contained in:
Mackie 2026-05-25 01:40:00 +08:00
parent df12084e38
commit 836d6546c4

View file

@ -24,7 +24,9 @@ export async function Footer() {
</nav>
<p className="text-white/40 text-sm">
© {new Date().getFullYear()} Mackie. All rights reserved.
&copy; {new Date().getFullYear()} Mackie. All rights reserved.
</p>
</div>
</footer>
)
}