1. fix copyleft year and color in darkmode 2. remove duplicate ourprojects title
This commit is contained in:
@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user