Skip to content

Commit

Permalink
docs: fix uf grants copy and deployments route (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocandocrypto authored Jan 29, 2025
1 parent 52c3cab commit 46d539e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ module.exports = {
},
{
label: 'Deployment addresses',
href: 'https://docs.uniswap.org/contracts/v4/deployments',
href: '/contracts/v4/deployments',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ export default function Home() {
>
<img src={UGP} width={'120px'} />
<div>
<h2 style={{ marginBottom: '0.5rem' }}>Uniswap Foundation Grants</h2>
<h2 style={{ marginBottom: '0.5rem' }}>Uniswap Foundation</h2>
<p style={{ margin: '0rem' }}>
In pursuit of a more open and fair financial system, the Uniswap Foundation supports the growth,
decentralization, and sustainability of the Uniswap community.{' '}
Expand Down

0 comments on commit 46d539e

Please sign in to comment.