polish the home and contact pages

This commit is contained in:
n8fr8 2026-04-23 21:24:08 -04:00
parent 167675cfc0
commit ca9b504f76
4 changed files with 19 additions and 8 deletions

View file

@ -101,7 +101,13 @@ export default function Home(): ReactNode {
<Translate id="home.getsource.button">Source &amp; Documentation</Translate>
</a>
</section>
<section className="section">
ButterBox is built by the teams from <a href="https://guardianproject.info">Guardian Project</a>, <a href="https://sr2.uk">SR2</a>, and <a href="https://okthanks.com">Okthanks</a><br/>
with the support of <a href="https://f-droid.org">F-Droid</a>, <a href="https://ffdweb.org/">FFDW</a>, and the <a href="https://www.opentech.fund/">Open Technology Fund</a><br/>
<img src="https://guardianproject.info/images/wordlogo.svg"/>
</section>
</div>
</main>
</Layout>
);