Skip to content

Commit 4607a94

Browse files
fix extra colon
Co-authored-by: Copilot <[email protected]>
1 parent 6f78a43 commit 4607a94

File tree

1 file changed

+1
-1
lines changed
  • components/Common/CategoriesSelector

1 file changed

+1
-1
lines changed

Diff for: components/Common/CategoriesSelector/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const CategoriesSelector: FC<CategoriesSelectorProps> = ({
2020
className={classNames(
2121
'flex cursor-pointer items-center rounded-t-md px-2 py-1 transition duration-200 hover:bg-green-400 hover:text-white dark:hover:bg-green-600 dark:hover:text-white',
2222
{
23-
'bg-green-400 text-white :dark:bg-green-600':
23+
'bg-green-400 text-white dark:bg-green-600':
2424
(currentCategories.length === 0 && i === 0) ||
2525
currentCategories.includes(category.slug),
2626
}

0 commit comments

Comments
 (0)