mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-16 14:46: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 NavCloseTab from '../../assets/svgs/NavCloseTab.svg';
|
||||
import { NavCloseTab } from '../../assets/svgs/NavCloseTab.tsx';
|
||||
import { getBaseApiReact } from '../../App';
|
||||
import { Avatar, ButtonBase } from '@mui/material';
|
||||
import LogoSelected from '../../assets/svgs/LogoSelected.svg';
|
||||
@ -27,14 +27,13 @@ export const AppsDevModeTabComponent = ({ isSelected, app }) => {
|
||||
}}
|
||||
>
|
||||
{isSelected && (
|
||||
<img
|
||||
<NavCloseTab
|
||||
style={{
|
||||
position: 'absolute',
|
||||
top: '-5px',
|
||||
right: '-5px',
|
||||
zIndex: 1,
|
||||
}}
|
||||
src={NavCloseTab}
|
||||
/>
|
||||
)}
|
||||
<Avatar
|
||||
|
Loading…
x
Reference in New Issue
Block a user