1. fix copyleft year and color in darkmode 2. remove duplicate ourprojects title

This commit is contained in:
Jiajun Xu
2026-01-26 21:48:58 -08:00
parent 64d332a89b
commit 2f43a5ca6b
2 changed files with 2 additions and 3 deletions

View File

@ -4,10 +4,10 @@ export default function Footer() {
return (
<div
className={cn(
"flex h-12 w-screen flex-col place-items-center justify-center bg-emerald-50",
"flex h-12 w-screen flex-col place-items-center justify-center bg-white dark:bg-black dark:text-white",
)}
>
<h2>Copyleft 2025</h2>
<h2>Copyleft {new Date().getFullYear()}</h2>
</div>
);
}

View File

@ -10,7 +10,6 @@ import "../styles/globals.css";
<div>
<Navbar client:load activePage="OurProjects" />
<div class="pl-4 pr-4">
<h1 class="pb-4 pt-4 text-3xl font-semibold">Our Projects</h1>
<h1 class="pb-4 pt-4 text-3xl font-semibold">Our Projects</h1>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- <div class="justify-items-center">