1
0
Fork 0

feat(shared): Switched to desktop icon for UI settings

This commit is contained in:
joostdecock 2023-05-31 18:00:33 +02:00
parent c53ff25053
commit 1c7a827ab4
2 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import { XrayIcon } from 'shared/components/icons.mjs'
import { DesktopIcon } from 'shared/components/icons.mjs'
//import { ConsoleLog } from './log.mjs'
//import { XrayReset } from './reset.mjs'
//import { XrayList } from './list.mjs'
@ -187,7 +187,7 @@ export const UiSettings = ({
) : (
<>
<h5 className="flex flex-row gap-2 items-center">
<XrayIcon />
<DesktopIcon />
<span>{t('ui-settings:uiSettings')}</span>
</h5>
<p>{t('ui-settings:uiSettings.d')}</p>