Skip to content

Commit

Permalink
changes in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravtb2253 committed Oct 17, 2024
1 parent a1945ec commit 03a0532
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 165 deletions.
121 changes: 121 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"framer-motion": "^11.11.9",
"gsap": "^3.12.5",
"lucide-react": "^0.408.0",
"my-typescript-app": "file:",
"pixel-retroui": "^1.0.61",
"react": "^18.3.1",
"react-components": "^0.5.1",
Expand Down
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ const App: React.FC = () => {

<Route path='*' element={<NotFoundPage />} />
</Routes>
<Footer />
</Router>
);
};
Expand Down
Loading

0 comments on commit 03a0532

Please sign in to comment.