Skip to content

Commit

Permalink
fix: add passRef to Link componenet
Browse files Browse the repository at this point in the history
  • Loading branch information
ctwhome committed Jun 20, 2022
1 parent a802f1d commit ea68f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default function Home() {
</div>*/}
<div className="flex gap-10 mt-10 items-center">
<Link href="/software">
<Link href="/software" passHref>
<div className="flex gap-4 cursor-pointer"
data-aos="fade" data-aos-offset="200" data-aos-delay="50"
data-aos-duration="1000">
Expand Down

0 comments on commit ea68f24

Please sign in to comment.