Skip to content

Commit 44f7151

Browse files
committed
fix: lint
Signed-off-by: Innei <[email protected]>
1 parent de67097 commit 44f7151

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/components/layout/dashboard/Kbar.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,7 @@ const ResultItem = React.forwardRef(
140140
{action.shortcut?.length ? (
141141
<div aria-hidden className="grid grid-flow-col gap-1">
142142
{action.shortcut.map((sc) => (
143-
<kbd
144-
key={sc}
145-
className="rounded bg-base-100 bg-opacity-10 p-1 text-sm"
146-
>
143+
<kbd key={sc} className="rounded bg-base-100/10 p-1 text-sm">
147144
{sc}
148145
</kbd>
149146
))}

src/components/ui/banner/Banner.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable tailwindcss/migration-from-tailwind-2 */
12
import React from 'react'
23
import { clsx } from 'clsx'
34
import type { FC } from 'react'

0 commit comments

Comments
 (0)