mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2026-01-06 20:52:06 +00:00
fix: build errors fix attempt
This commit is contained in:
@@ -15,7 +15,6 @@ type Props = Pick<Tool, "Icon" | "shortTitle"> &
|
||||
// FIXME: css outline messed up
|
||||
export function ToolLink({ Icon, shortTitle: title, href, onClick, highlight, grouped }: Props) {
|
||||
return (
|
||||
// @ts-expect-error react 19 beta error
|
||||
<Link
|
||||
className={cn(
|
||||
"flex h-10 items-center gap-3 whitespace-nowrap rounded",
|
||||
|
||||
Reference in New Issue
Block a user