Skip to content

Commit

Permalink
Merge pull request #159 from vishnu1345/pre-final
Browse files Browse the repository at this point in the history
minor changes
  • Loading branch information
JeevantVerma authored Aug 27, 2024
2 parents db4908b + 8bf112e commit b4322eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -26,7 +26,7 @@
"react-router-dom": "^6.24.0",
"react-scroll": "^1.9.0",
"react-skroll": "^0.7.3",
"react-spring-3d-carousel-2": "^1.0.1",
"react-spring-3d-carousel": "^1.3.4",
"react-tooltip": "^5.27.0",
"require-context": "^1.1.0",
"three": "^0.166.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Sponsors/Carousel.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Carousel from "react-spring-3d-carousel-2";
import Carousel from "react-spring-3d-carousel";
import { useState, useEffect } from "react";
import { config } from "react-spring";

Expand Down

0 comments on commit b4322eb

Please sign in to comment.