We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359269c commit b2338b3Copy full SHA for b2338b3
1 file changed
src/features/settings/components/BookmarkSettings/BookmarkSettings.tsx
@@ -124,7 +124,7 @@ export const BookmarkSettings = () => {
124
className="hidden"
125
onChange={handleFileChange}
126
/>
127
- <Button onClick={importBookmarks} className="dndButton">
+ <Button onClick={importBookmarks}>
128
<RiFileUploadFill />
129
Import
130
</Button>
0 commit comments