Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions packages/components/src/SiteFooter/SiteFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,15 @@ export const SiteFooter = () => {
</Text>

<Text mt={[2, 2, 0]}>
Running on our Platform software,{' '}
<Anchor href="https://platform.onearmy.earth/">help us build it</Anchor>
Please{' '}
<Anchor href="https://www.patreon.com/one_army">
sponsor the work
</Anchor>{' '}
or{' '}
<Anchor href="https://platform.onearmy.earth/">
help us build the software
</Anchor>
.
</Text>
</FooterContainer>
)
Expand Down