Skip to content

Commit

Permalink
chore(site): add press kit (#1722)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Dec 30, 2024
1 parent 7874e21 commit 05a7553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const footer = {
{ name: 'Pricing', href: '/pricing' },
{ name: 'Sales', href: '/sales' },
{ name: 'Status Page', href: 'https://rivet.betteruptime.com/' },
{ name: 'OSS Friends', href: '/oss-friends' }
{ name: 'OSS Friends', href: '/oss-friends' },
{ name: 'Press Kit', href: 'https://releases.rivet.gg/press-kit.zip' }
],
legal: [
{ name: 'Terms', href: '/terms' },
Expand Down

0 comments on commit 05a7553

Please sign in to comment.