chore: update copyright date (#206)

This commit is contained in:
kimatata
2025-04-12 23:03:28 +09:00
committed by GitHub
parent 3aaf6fa15e
commit cc7a7011b4

View File

@@ -99,7 +99,7 @@ export default function Home({ params }: PageType) {
<Divider className="my-12" /> <Divider className="my-12" />
<div className="w-full text-center py-2"> <div className="w-full text-center py-2">
<div>Copyright © 2024 UnitTCMS</div> <div>Copyright © 2024-present UnitTCMS</div>
</div> </div>
</section> </section>
); );