Skip to content

Commit

Permalink
Merge pull request #59 from unixMiB/hotfix/fix-cfs-link
Browse files Browse the repository at this point in the history
Fix request stand link
  • Loading branch information
kowalski7cc authored Aug 1, 2024
2 parents c9795aa + 12b0660 commit f908a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const IndexPage = ({ data }) => {
</p>

<Button
href={data.site.siteMetadata.event.cfp}
href={data.site.siteMetadata.event.cfs}
className='btn-lg'
variant='warning'
>
Expand Down

0 comments on commit f908a73

Please sign in to comment.