diff --git a/src/app/admin/tags/[tag]/edit/page.tsx b/src/app/admin/tags/[tag]/edit/page.tsx index 2cfb7f5e..3b312298 100644 --- a/src/app/admin/tags/[tag]/edit/page.tsx +++ b/src/app/admin/tags/[tag]/edit/page.tsx @@ -8,6 +8,7 @@ import { photoLabelForCount } from '@/photo'; import PhotoLightbox from '@/photo/PhotoLightbox'; import FavsTag from '@/tag/FavsTag'; import { isTagFavs } from '@/tag'; +import { clsx } from 'clsx/lite'; const MAX_PHOTO_TO_SHOW = 6; @@ -34,14 +35,14 @@ export default async function PhotoPageEdit({ + breadcrumb={
*>*:first-child]:items-center', + )}> {isTagFavs(tag) - ?
- -
- :
- -
} + ? + : }
{count}