Skip to content

Commit

Permalink
Merge pull request #57 from MAGICGrants/update-footer-2024
Browse files Browse the repository at this point in the history
Update copyright to 2024
  • Loading branch information
Rucknium authored Jan 16, 2024
2 parents 5469614 + dc5b53d commit f34b0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
)
Expand Down

0 comments on commit f34b0e6

Please sign in to comment.