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) {
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- >>> >>> > 2774 ddfa0c39b8c2f0563b987dcb90a01ee723cf :src / components / MDX / Sandpack / ReloadButton . tsx
2720 </ button >
2821 ) ;
2922}
You can’t perform that action at this time.
0 commit comments