This commit is contained in:
parent
f7706e0abb
commit
b4178d648a
|
|
@ -812,7 +812,7 @@ export const ProfileSettings: FC<ProfileSettingsProps> = ({}) => {
|
||||||
<div className="flex items-center space-x-1">
|
<div className="flex items-center space-x-1">
|
||||||
<ThemeSwitcher />
|
<ThemeSwitcher />
|
||||||
|
|
||||||
<WithTooltip
|
{/* <WithTooltip
|
||||||
display={
|
display={
|
||||||
<div>
|
<div>
|
||||||
{t("profile.downloadTooltip")}
|
{t("profile.downloadTooltip")}
|
||||||
|
|
@ -825,7 +825,7 @@ export const ProfileSettings: FC<ProfileSettingsProps> = ({}) => {
|
||||||
onClick={exportLocalStorageAsJSON}
|
onClick={exportLocalStorageAsJSON}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
/>
|
/> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="ml-auto space-x-2">
|
<div className="ml-auto space-x-2">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue