Merge pull request #57 from MAGICGrants/update-footer-2024

Update copyright to 2024
This commit is contained in:
Rucknium
2024-01-16 20:40:42 +00:00
committed by GitHub

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>
)