Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Jun 6, 2023
1 parent b671902 commit f7dddf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/act.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Act: NextPage = () => {
<Card.Section>
<Center h={400}>
<AspectRatio ratio={ParticipateImage.width / ParticipateImage.height} w={400}>
<Link href={{ pathname: '/' }}>
<Link href={{ pathname: '/survey' }}>
<Image src={ParticipateImage} alt='' fill />
</Link>
</AspectRatio>
Expand All @@ -42,7 +42,7 @@ export const Act: NextPage = () => {
i18nKey='act.card1'
components={{
...commonComponents,
Link: <Link href={{ pathname: '/' }}>.</Link>,
Link: <Link href={{ pathname: '/survey' }}>.</Link>,
}}
/>
</Card>
Expand Down

1 comment on commit f7dddf1

@vercel
Copy link

@vercel vercel bot commented on f7dddf1 Jun 6, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.