Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ywalia01 committed Jul 26, 2024
1 parent 1817e45 commit b608702
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"vite": "^5.3.4"
}
}
1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

2 changes: 2 additions & 0 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import React from "react";

function Footer() {
return (
<footer className="flex flex-row justify-between align-items-center min-w-full mt-auto mb-8">
Expand Down

0 comments on commit b608702

Please sign in to comment.