Skip to content

Commit

Permalink
fix: fix particles name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChisatoNishikigi73 committed Sep 29, 2024
1 parent 3cb7797 commit 96611f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/ParticleFactory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ let scale = 4;

// Logo 数据
const logos = [
{ label: "kazimierz", url: "/images/03-world/infected.png" },
{ label: "rhine", url: "/images/03-world/nomadic_city.png" },
{ label: "rhodes", url: "/images/03-world/originium_arts.png" },
{ label: "victoria", url: "/images/03-world/originiums.png" },
{ label: "yan", url: "/images/03-world/reunion.png" },
{ label: "infected", url: "/images/03-world/infected.png" },
{ label: "nomadic_city", url: "/images/03-world/nomadic_city.png" },
{ label: "originium_arts", url: "/images/03-world/originium_arts.png" },
{ label: "originiums", url: "/images/03-world/originiums.png" },
{ label: "reunion", url: "/images/03-world/reunion.png" },
{ label: "island", url: "/images/rhodes_island.png" },
];

Expand Down

0 comments on commit 96611f6

Please sign in to comment.