Skip to content

Commit

Permalink
Add Sphere ramp
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinred committed Oct 24, 2024
1 parent 299a2f6 commit c73c82c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/ramps/RampsLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import unlimit from "./assets/logos/unlimit.png";
import utorg from "./assets/logos/untorg.png";
import paybis from "./assets/logos/paybis.png";
import topper from "./assets/logos/topper.png";
import sphere from "./assets/logos/sphere.png";

const RampLayout = ({
data,
Expand Down Expand Up @@ -144,6 +145,10 @@ const RampLayout = ({
ramp: "Topper",
logo: topper,
},
{
ramp: "Sphere",
logo: sphere,
},
];

const rampsTitles = data.map((data) => data.fields.RampName).sort();
Expand Down
Binary file added src/components/ramps/assets/logos/sphere.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c73c82c

Please sign in to comment.