Skip to content

Commit

Permalink
added small money bag img
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskittlz committed Oct 5, 2024
1 parent 24752a8 commit 2fe80d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/ParticleBackground.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { Component, useEffect } from "react";
// import ParticlesBg from "particles-bg";
import { tsParticles } from "tsparticles-engine";
import { loadStarsPreset } from "tsparticles-preset-stars";
import DollarIMG from "/dollarIMG.png"

export const ParticleBackground = () => {
useEffect(() => {
Expand All @@ -17,10 +16,10 @@ export const ParticleBackground = () => {
color: {
value: "#0000000"
},
image: url(),
position: "50% 50%",
image: "url('https://github.com/Darkskittlz/Bills-PWA/blob/master/public/dollarIMG.png?raw=true')",
position: "6% 2%",
repeat: "no-repeat",
size: "20%",
size: "10%",
opacity: 1
},
interactivity: {
Expand Down

0 comments on commit 2fe80d8

Please sign in to comment.