Skip to content

Commit

Permalink
remove cursor follower
Browse files Browse the repository at this point in the history
  • Loading branch information
math-pixel committed Sep 20, 2024
1 parent 883554e commit 500199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const cards = [
]
---
<LayoutPage title="Mathieu Chavanel - Portfolio" >
<CursorFollower client:load ></CursorFollower>
<!-- <CursorFollower client:load ></CursorFollower> -->
<Header title={["Accueil", "Projets", "Contact"]} href={["/", "/#projectHighlight", "/#contact"]}></Header>
<div id="home" class=" flex w-full h-screen flex-col-reverse max-md:content-center max-md:h-fit">

Expand Down

0 comments on commit 500199b

Please sign in to comment.