mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-30 16:11:01 +00:00
Rounder icons
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user