Skip to content

Commit

Permalink
update buy button
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Dec 17, 2024
1 parent 4fd9db9 commit cc6d4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buy/components/BuyButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
pressable,
text,
} from '../../styles/theme';
import { ConnectWallet } from '../../wallet';
import { useBuyContext } from './BuyProvider';
import { ConnectWallet } from '@/wallet';

export function BuyButton() {
const {
Expand Down

0 comments on commit cc6d4c2

Please sign in to comment.