mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
refactor: simplify some markups and styles
This commit is contained in:
@@ -26,9 +26,9 @@ function RawToolLink({ Icon, shortTitle: title, href, onClick, className, highli
|
||||
<span className={cn("invisible flex items-center", highlight !== "none" && "visible")}>
|
||||
<Indicator />
|
||||
</span>
|
||||
<span className="flex select-none items-center">
|
||||
<span className="flex select-none items-center gap-4">
|
||||
<Icon size={16} />
|
||||
<span className="ml-4">{title}</span>
|
||||
<span>{title}</span>
|
||||
</span>
|
||||
</Link>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user