Skip to content

Commit 8164995

Browse files
committed
fix: hide reset button
License: MIT Signed-off-by: Oli Evans <[email protected]>
1 parent 0b6a8fa commit 8164995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function Controls ({
4343
<button
4444
type='button'
4545
onClick={e => onReset()}
46-
className='transition-all sans-serif dib v-mid fw5 nowrap lh-copy bn br1 ph4 pv1 pointer focus-outline bg-red-muted hover-bg-red white'
46+
className='dn transition-all sans-serif v-mid fw5 nowrap lh-copy bn br1 ph4 pv1 pointer focus-outline bg-red-muted hover-bg-red white'
4747
title='Delete the repo and re-initialise IPFS'>
4848
Reset
4949
</button>

0 commit comments

Comments
 (0)