mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-25 19:07:03 +00:00
Remove CustomSvg (unused)
This commit is contained in:
parent
ac4500027e
commit
5546ffdd7a
@ -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%',
|
||||
}}
|
||||
>
|
||||
{' '}
|
||||
<CustomLoader />{' '}
|
||||
<CustomLoader />
|
||||
</Box>
|
||||
)}
|
||||
{errorMsg && (
|
||||
|
@ -931,6 +931,7 @@ export const Thread = ({
|
||||
}}
|
||||
>
|
||||
<CustomLoader />
|
||||
|
||||
<Typography
|
||||
sx={{
|
||||
fontSize: '18px',
|
||||
|
Loading…
x
Reference in New Issue
Block a user