🖌 Icon fixes

This commit is contained in:
2026-03-09 22:31:59 -04:00
parent 867935be39
commit 8546641152
6 changed files with 64 additions and 173 deletions

View File

@@ -131,12 +131,6 @@ export const RecentlyImported = (
</span>
)}
</div>
{/* Raw file presence */}
{isMissingFile && (
<span className="h-6 w-5 sm:shrink-0 sm:items-center sm:gap-2">
<i className="icon-[solar--file-corrupted-outline] h-5 w-5" />
</span>
)}
</div>
</Card>
</div>