feat(shared): Switched to desktop icon for UI settings
This commit is contained in:
parent
c53ff25053
commit
1c7a827ab4
2 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue