Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xd22f9c committed Sep 4, 2024
1 parent 3f58595 commit 7312971
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function ButtonCancel({ onClick }: { onClick: () => void }) {
</clipPath>
</defs>
</svg>
Cancle
Cancel
</button>
);
}
2 changes: 1 addition & 1 deletion src/modules/blockchains/Buy/studio/Chatbox/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import MagicIcon from '@/components/MagicIcon';
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
import ButtonApply from './Actions/ButtonApply';
import ButtonCancel from './Actions/ButtonCancle';
import ButtonCancel from './Actions/ButtonCancel';
import ButtonClose from './Actions/ButtonClsoe';
import ButtonStop from './Actions/ButtonStop';
import useChatBoxState, { ChatBoxStatus } from './chatbox-store';
Expand Down

0 comments on commit 7312971

Please sign in to comment.