diff --git a/bun.lockb b/bun.lockb index 989b2dd..4c05bea 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/AppParticles.client.vue b/components/AppParticles.client.vue index fb4a256..3fb8574 100644 --- a/components/AppParticles.client.vue +++ b/components/AppParticles.client.vue @@ -50,7 +50,7 @@ const options = { color: "#ffffff", distance: 150, enable: true, - opacity: 0.5, + opacity: 0.4, width: 1, }, move: { @@ -69,7 +69,7 @@ const options = { value: 60, }, opacity: { - value: 0.5, + value: 0.4, }, shape: { type: "circle", diff --git a/package.json b/package.json index bd12279..2ec5d19 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/node": "^20.9.0", "bootstrap-icons": "^1.11.1", "daisyui": "^4.0.3", - "nuxt": "^3.8.1", + "nuxt": "^3.8.2", "pinia": "^2.1.7", "tsparticles-slim": "^2.12.0", "vue": "^3.3.8",