This commit is contained in:
@@ -68,7 +68,7 @@ const CatalogueItem: FC<Props> = ({ item, refetch }) => {
|
||||
</div>
|
||||
<div className="flex justify-end gap-1 items-center mt-1">
|
||||
<Link
|
||||
to={Paths.viewer + `/${item.slug}`}
|
||||
to={Paths.viewerBySlug + `/${item.slug}`}
|
||||
onClick={requestViewerFullscreen}
|
||||
>
|
||||
<div className="size-6 bg-[#EAECF4] rounded-md flex justify-center items-center">
|
||||
|
||||
Reference in New Issue
Block a user