Skip to content

Commit

Permalink
fix: rename github analytics (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannythedawger authored Nov 22, 2022
1 parent 58171c5 commit 4655450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ export default function Home() {
name={EventName.PAGE_CLICKED}
element={action.name}
events={[BrowserEvent.onClick]}
section={SectionName.DEVELOPER_LINKS}
section={SectionName.GITHUB_LINKS}
>
<Link style={{ textDecoration: 'none' }} href={action.href}>
<Card key={action.title} style={{ marginBottom: '1rem' }}>
Expand Down

1 comment on commit 4655450

@vercel
Copy link

@vercel vercel bot commented on 4655450 Nov 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-uniswap.vercel.app
docs-git-main-uniswap.vercel.app
docs.uniswap.org

Please sign in to comment.