Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojas-Arora committed Jul 19, 2024
2 parents 7b2a814 + 9290692 commit dfe56d2
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 1,304 deletions.
71 changes: 39 additions & 32 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"firebase": "^10.12.3",
"firebase": "^10.12.4",
"lottie-react": "^2.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/Components/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
color: white;
font-weight: bold;
font-size: 23px;
transition: color 0.3s ease, font-size 0.3s ease;
}

.footer-section-title:hover {
Expand Down
Loading

0 comments on commit dfe56d2

Please sign in to comment.