Skip to content

Commit

Permalink
rename usdc to wands
Browse files Browse the repository at this point in the history
  • Loading branch information
rarepepi committed Aug 12, 2024
1 parent b9d3140 commit 3cce79b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/noramp-wands/wands.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import React from 'react';
import NoRampLogo from '../NoRampLogo';
import { NoRampWandsProps } from '../../types';

export const NoRampUSDC = ({
export const NoRampWands = ({
height = '440',
width = '440',
}: NoRampWandsProps) => {
let src = `https://usdc.noramp.io/swap`;
let src = `https://wands.xyz/swap`;

const [openWidget, setOpenWidget] = React.useState(false);

Expand Down Expand Up @@ -35,7 +35,7 @@ export const NoRampUSDC = ({
<span className="icon">
<NoRampLogo />
</span>
{<span>Get USDC with NoRamp</span>}
{<span>Get USDC with NoRamp Wands</span>}
</button>
);
};

0 comments on commit 3cce79b

Please sign in to comment.