Skip to content

Commit

Permalink
Update copyright to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Rucknium authored Jan 12, 2024
1 parent 20537f4 commit dc5b53d
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 dc5b53d

Please sign in to comment.