mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-01 11:27:50 +00:00
chore: update linter
This commit is contained in:
@ -84,7 +84,7 @@ const CollectionSpace = () => {
|
||||
"w-full py-2 cursor-pointer sm:!px-2",
|
||||
selectedShortcut?.id === shortcut.id
|
||||
? "bg-gray-100 dark:bg-zinc-800"
|
||||
: "sm:border-transparent dark:sm:border-transparent"
|
||||
: "sm:border-transparent dark:sm:border-transparent",
|
||||
)}
|
||||
key={shortcut.name}
|
||||
shortcut={shortcut}
|
||||
|
@ -82,7 +82,7 @@ const ShortcutDetail = () => {
|
||||
</div>
|
||||
<a
|
||||
className={classNames(
|
||||
"group max-w-full flex flex-row px-1 mr-1 justify-start items-center cursor-pointer rounded-md hover:underline"
|
||||
"group max-w-full flex flex-row px-1 mr-1 justify-start items-center cursor-pointer rounded-md hover:underline",
|
||||
)}
|
||||
href={shortcutLink}
|
||||
target="_blank"
|
||||
|
Reference in New Issue
Block a user