Skip to content

Commit

Permalink
Add Paybis ramp option (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinred authored Aug 16, 2024
1 parent 48e524b commit 1488610
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -29,6 +29,7 @@ import transfero from "./assets/logos/transfero.png";
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";

const RampLayout = ({
data,
Expand Down Expand Up @@ -134,6 +135,10 @@ const RampLayout = ({
ramp: "Utorg",
logo: utorg,
},
{
ramp: "Paybis",
logo: paybis,
},
];

const rampsTitles = data.map((data) => data.fields.RampName).sort();
Expand Down
Binary file added src/components/ramps/assets/logos/paybis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/pages/solanaramp.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ export async function getStaticProps({ locale }) {
...propData,
...(await serverSideTranslations(locale, ["common"])),
},
revalidate: 60,
};
}

Expand Down

0 comments on commit 1488610

Please sign in to comment.