change icon

This commit is contained in:
yourok
2024-01-08 18:58:37 +03:00
parent 068de3c565
commit d4bcf81690

View File

@@ -16,10 +16,11 @@ export default function AddFirstTorrent() {
<> <>
<IconWrapper onClick={() => handleClickOpen(true)} isButton> <IconWrapper onClick={() => handleClickOpen(true)} isButton>
<lord-icon <lord-icon
src='https://cdn.lordicon.com/bbnkwdur.json' src='https://cdn.lordicon.com/jkzgajyr.json'
trigger='loop' trigger='loop'
delay="2000"
colors={`primary:#121331,secondary:${primary}`} colors={`primary:#121331,secondary:${primary}`}
stroke='26' stroke='light'
scale='60' scale='60'
/> />
<div className='icon-label'>{t('NoTorrentsAdded')}</div> <div className='icon-label'>{t('NoTorrentsAdded')}</div>