Rounder icons

This commit is contained in:
momo5502
2025-09-11 20:59:46 +02:00
parent 1ead26922c
commit 9935f60895
2 changed files with 10 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ function getIcon(
return (
<div className={className}>
<div className="w-full h-full flex items-center">
<img className="rounded-sm" src={icon} />
<img className="rounded-lg folder-icon" src={icon} />
</div>
</div>
);