Skip to content

Commit

Permalink
frxsh
Browse files Browse the repository at this point in the history
  • Loading branch information
adishgarg committed Nov 11, 2024
1 parent 52e173a commit 0cbfb4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Footer from "./components/Footer";
function App() {
return (
<Context>
{/* <CustomCursor /> */}
<CustomCursor />
<NavigationBar />
<Routes>
<Route path="/" element={<Home />} />
Expand Down
2 changes: 1 addition & 1 deletion src/containers/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import CustomCursor from "../components/cursor/Cursor";
function Home() {
return (
<>
<CustomCursor/>
{/* <CustomCursor/> */}
<TextScene />
<Content />
<Products />
Expand Down

0 comments on commit 0cbfb4b

Please sign in to comment.