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">
|
||||
<ThemeSwitcher />
|
||||
|
||||
<WithTooltip
|
||||
{/* <WithTooltip
|
||||
display={
|
||||
<div>
|
||||
{t("profile.downloadTooltip")}
|
||||
|
|
@ -825,7 +825,7 @@ export const ProfileSettings: FC<ProfileSettingsProps> = ({}) => {
|
|||
onClick={exportLocalStorageAsJSON}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
/> */}
|
||||
</div>
|
||||
|
||||
<div className="ml-auto space-x-2">
|
||||
|
|
|
|||
Loading…
Reference in New Issue