diff --git a/package-lock.json b/package-lock.json index 2b781bb..701f05e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,6 @@ "react-dom": "^18.2.0", "react-icons": "^5.2.1", "react-router-dom": "^6.23.1", - "react-tsparticles": "^2.12.2", "semantic-ui-css": "^2.5.0", "semantic-ui-react": "^2.1.5", "tsparticles": "^3.5.0" @@ -4984,33 +4983,6 @@ "react-dom": ">=16.8" } }, - "node_modules/react-tsparticles": { - "version": "2.12.2", - "resolved": "https://registry.npmjs.org/react-tsparticles/-/react-tsparticles-2.12.2.tgz", - "integrity": "sha512-/nrEbyL8UROXKIMXe+f+LZN2ckvkwV2Qa+GGe/H26oEIc+wq/ybSG9REDwQiSt2OaDQGu0MwmA4BKmkL6wAWcA==", - "deprecated": "@tsparticles/react is the new version, please use that", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "hasInstallScript": true, - "dependencies": { - "tsparticles-engine": "^2.12.0" - }, - "peerDependencies": { - "react": ">=16" - } - }, "node_modules/read-cache": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", @@ -5815,27 +5787,6 @@ "@tsparticles/updater-wobble": "^3.5.0" } }, - "node_modules/tsparticles-engine": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/tsparticles-engine/-/tsparticles-engine-2.12.0.tgz", - "integrity": "sha512-ZjDIYex6jBJ4iMc9+z0uPe7SgBnmb6l+EJm83MPIsOny9lPpetMsnw/8YJ3xdxn8hV+S3myTpTN1CkOVmFv0QQ==", - "deprecated": "starting from tsparticles v3 the packages are now moved to @tsparticles/package-name instead of tsparticles-package-name", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "hasInstallScript": true - }, "node_modules/type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", diff --git a/package.json b/package.json index eb562f5..cdd3652 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "react-dom": "^18.2.0", "react-icons": "^5.2.1", "react-router-dom": "^6.23.1", - "react-tsparticles": "^2.12.2", "semantic-ui-css": "^2.5.0", "semantic-ui-react": "^2.1.5", "tsparticles": "^3.5.0" diff --git a/src/components/AnimatedBackGround.jsx b/src/components/AnimatedBackGround.jsx index ba5ae03..7a09d8a 100644 --- a/src/components/AnimatedBackGround.jsx +++ b/src/components/AnimatedBackGround.jsx @@ -1,6 +1,18 @@ export default function AnimatedBackGround() { + //Make sure this component has the lowest z-index, overwise it would block all others return ( -
- The premiere software development club for Arizona State University - students. -
-+ The premiere software development club for Arizona State + University students. +
+