Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 18, 2024
1 parent de67097 commit 44f7151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/layout/dashboard/Kbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,7 @@ const ResultItem = React.forwardRef(
{action.shortcut?.length ? (
<div aria-hidden className="grid grid-flow-col gap-1">
{action.shortcut.map((sc) => (
<kbd
key={sc}
className="rounded bg-base-100 bg-opacity-10 p-1 text-sm"
>
<kbd key={sc} className="rounded bg-base-100/10 p-1 text-sm">
{sc}
</kbd>
))}
Expand Down
1 change: 1 addition & 0 deletions src/components/ui/banner/Banner.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable tailwindcss/migration-from-tailwind-2 */
import React from 'react'
import { clsx } from 'clsx'
import type { FC } from 'react'
Expand Down

0 comments on commit 44f7151

Please sign in to comment.