Skip to content

Commit

Permalink
Update ResetButton.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfiqrony authored Aug 21, 2023
1 parent 42dc532 commit effa120
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/MDX/Sandpack/ResetButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ export function ResetButton({onReset}: ResetButtonProps) {
onClick={onReset}
title="Reset Sandbox"
type="button">
<<<<<<< HEAD
<IconRestart className="inline ms-1 me-1 relative" /> রিসেট
=======
<IconRestart className="inline mx-1 relative" /> Reset
>>>>>>> 842c24c9aefaa60b7ae9b46b002bd1b3cf4d31f3
<IconRestart className="inline mx-1 relative" /> রিসেট
</button>
);
}

0 comments on commit effa120

Please sign in to comment.