mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-16 22:56:59 +00:00
Use txs instead of svg
This commit is contained in:
parent
6e26f582d0
commit
515379ab71
@ -1,5 +1,5 @@
|
|||||||
import { TabParent } from './Apps-styles';
|
import { TabParent } from './Apps-styles';
|
||||||
import NavCloseTab from '../../assets/svgs/NavCloseTab.svg';
|
import { NavCloseTab } from '../../assets/svgs/NavCloseTab.tsx';
|
||||||
import { getBaseApiReact } from '../../App';
|
import { getBaseApiReact } from '../../App';
|
||||||
import { Avatar, ButtonBase } from '@mui/material';
|
import { Avatar, ButtonBase } from '@mui/material';
|
||||||
import LogoSelected from '../../assets/svgs/LogoSelected.svg';
|
import LogoSelected from '../../assets/svgs/LogoSelected.svg';
|
||||||
@ -27,14 +27,13 @@ export const AppsDevModeTabComponent = ({ isSelected, app }) => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{isSelected && (
|
{isSelected && (
|
||||||
<img
|
<NavCloseTab
|
||||||
style={{
|
style={{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: '-5px',
|
top: '-5px',
|
||||||
right: '-5px',
|
right: '-5px',
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
}}
|
}}
|
||||||
src={NavCloseTab}
|
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<Avatar
|
<Avatar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user