Skip to content

Commit 7b31675

Browse files
committed
sync-2774ddfa
1 parent aa0f8d8 commit 7b31675

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/MDX/Sandpack/ReloadButton.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,11 @@ export function ReloadButton({onReload}: ReloadButtonProps) {
1212
return (
1313
<button
1414
className="text-sm text-primary dark:text-primary-dark inline-flex items-center hover:text-link duration-100 ease-in transition mx-1"
15-
<<<<<<< HEAD:src/components/MDX/Sandpack/ResetButton.tsx
16-
onClick={onReset}
17-
title="Sandbox'ı Sıfırla"
18-
type="button">
19-
<IconRestart className="inline mx-1 relative" /> Sıfırla
20-
=======
2115
onClick={onReload}
2216
title="Keep your edits and reload sandbox"
2317
type="button">
2418
<IconRestart className="inline mx-1 relative" />
2519
<span className="hidden md:block">Reload</span>
26-
>>>>>>> 2774ddfa0c39b8c2f0563b987dcb90a01ee723cf:src/components/MDX/Sandpack/ReloadButton.tsx
2720
</button>
2821
);
2922
}

0 commit comments

Comments
 (0)