We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72aa4b commit d5d22dcCopy full SHA for d5d22dc
src/pages/SettingsPage.jsx
@@ -173,7 +173,7 @@ function Settings() {
173
</details>
174
<div className="footer">
175
<div>
176
- <button className="help-tooltip">?</button><br />
+ {/* <button className="help-tooltip">?</button><br /> */}
177
<button style={{ marginRight: "5px" }} className="button-normal" onClick={handleExport}>Export Settings</button>
178
<label htmlFor="import-settings" className="button-normal">Import Settings</label>
179
<input style={{ marginLeft: "5px" }} type="file" id="import-settings" accept=".json" onChange={handleImport} hidden />
0 commit comments