mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 14:39:34 +02:00
style: optimizations
This commit is contained in:
@@ -28,7 +28,8 @@ export default function ToolLayout({
|
||||
.map((tool) => ({
|
||||
title: tool.name,
|
||||
description: tool.shortDescription,
|
||||
link: '/' + tool.path
|
||||
link: '/' + tool.path,
|
||||
icon: tool.icon
|
||||
})) ?? [];
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user