mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-09 12:27:59 -05:00
Clarify footer copyright (#75)
One person we spoke to today was a little confused by the footer. To prevent confusion, I have made this PR to make it clear that Open Sats is being credited for their technology and does not operate the website.
This commit is contained in:
committed by
GitHub
parent
3531aa60c0
commit
12916d722f
@@ -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, 2024</strong>
|
||||
<strong>© MAGIC Grants. This website builds upon technology by Open Sats.</strong>
|
||||
</footer>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user