Skip to content

Commit

Permalink
fix: πŸ› access our data button to new dataset link
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydawka committed Nov 8, 2024
1 parent 7e486e5 commit 17ffc8c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
<div className='col-span-12'>
<div className='relative flex w-max flex-col space-y-2 sm:flex-row sm:space-x-4 sm:space-y-0'>
<ButtonLink
href='https://fairhub.io/datasets/1'
href='https://fairhub.io/datasets/2'
variant='primary'
>
Access our data
Expand Down Expand Up @@ -292,7 +292,10 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
</p>

<div className='flex items-center space-x-2'>
<ButtonLink href='https://fairhub.io' variant='primary'>
<ButtonLink
href='https://fairhub.io/datasets/2'
variant='primary'
>
Access our data
</ButtonLink>

Expand Down

0 comments on commit 17ffc8c

Please sign in to comment.