File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/components/MDX/Sandpack Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,11 @@ export function ReloadButton({onReload}: ReloadButtonProps) {
12
12
return (
13
13
< button
14
14
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
- =======
21
15
onClick = { onReload }
22
16
title = "Keep your edits and reload sandbox"
23
17
type = "button" >
24
18
< IconRestart className = "inline mx-1 relative" />
25
19
< span className = "hidden md:block" > Reload</ span >
26
- >>> >>> > 2774 ddfa0c39b8c2f0563b987dcb90a01ee723cf :src / components / MDX / Sandpack / ReloadButton . tsx
27
20
</ button >
28
21
) ;
29
22
}
You can’t perform that action at this time.
0 commit comments