Skip to content

Commit

Permalink
update logo for animation
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavcpawar committed Sep 16, 2024
1 parent ecb3e2c commit 93ae04e
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions components/ParticlesComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ const ParticlesComponent = () => {
width: 100,
height: 100,
},
{
src: "/images/rococo.svg",
width: 100,
height: 100,
},
{
src: "/images/tangle.svg",
width: 100,
height: 100,
},
{
src: "/images/westend.svg",
width: 100,
Expand All @@ -92,22 +82,12 @@ const ParticlesComponent = () => {
height: 100,
},
{
src: "/images/moonbase-alpha.svg",
width: 100,
height: 100,
},
{
src: "/images/rococo-assethub.svg",
width: 100,
height: 100,
},
{
src: "/images/nodle.svg",
src: "/images/rococo.svg",
width: 100,
height: 100,
},
{
src: "/images/bifrost.svg",
src: "/images/rococo-contracts.svg",
width: 100,
height: 100,
},
Expand Down

0 comments on commit 93ae04e

Please sign in to comment.