Skip to content

Commit

Permalink
Add new ramp details (#29)
Browse files Browse the repository at this point in the history
* Add new ramp details

* Update public key
  • Loading branch information
catalinred authored Sep 7, 2024
1 parent 3ceef29 commit decf83c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const moduleExports = () => {
.getAll("url-redirects", {
apiKey:
process.env.NEXT_PUBLIC_BUILDER_API_KEY ||
"983ae1dad0ba4ca4ac6dd4ac310edee1",
"ce0c7323a97a4d91bd0baa7490ec9139",
options: { noTargeting: true },
cachebust: true,
})
Expand Down
5 changes: 5 additions & 0 deletions src/components/ramps/RampsLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import transfi from "./assets/logos/transfi.png";
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";

const RampLayout = ({
data,
Expand Down Expand Up @@ -139,6 +140,10 @@ const RampLayout = ({
ramp: "Paybis",
logo: paybis,
},
{
ramp: "Topper",
logo: topper,
},
];

const rampsTitles = data.map((data) => data.fields.RampName).sort();
Expand Down
Binary file added src/components/ramps/assets/logos/topper.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 decf83c

Please sign in to comment.