Update copyright to 2024

This commit is contained in:
Rucknium
2024-01-12 18:32:04 +00:00
committed by GitHub
parent 20537f45b8
commit dc5b53d301

View File

@@ -32,7 +32,7 @@ const Layout: React.FC<React.PropsWithChildren> = ({ children }) => {
<Navbar />
<main className="flex-1 flex flex-col">{ children }</main>
<footer className="flex justify-between p-4 md:p-8 bg-light">
<strong>© Open Sats Initiative and MAGIC Grants, 2023</strong>
<strong>© Open Sats Initiative and MAGIC Grants, 2024</strong>
</footer>
</div>
)