mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-31 05:36:59 +00:00
Remove CustomSvg (unused)
This commit is contained in:
parent
e8a09bd805
commit
a996015b20
@ -1,14 +0,0 @@
|
|||||||
export const CustomSvg = ({ src, color = 'black', size = 24 }) => {
|
|
||||||
return (
|
|
||||||
<svg
|
|
||||||
width={size}
|
|
||||||
height={size}
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="none"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
style={{ fill: color }}
|
|
||||||
>
|
|
||||||
{src}
|
|
||||||
</svg>
|
|
||||||
);
|
|
||||||
};
|
|
@ -226,8 +226,7 @@ export const AttachmentCard = ({
|
|||||||
width: '100%',
|
width: '100%',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{' '}
|
<CustomLoader />
|
||||||
<CustomLoader />{' '}
|
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
{errorMsg && (
|
{errorMsg && (
|
||||||
|
@ -931,6 +931,7 @@ export const Thread = ({
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<CustomLoader />
|
<CustomLoader />
|
||||||
|
|
||||||
<Typography
|
<Typography
|
||||||
sx={{
|
sx={{
|
||||||
fontSize: '18px',
|
fontSize: '18px',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user