update review pane link for similarity search

This commit is contained in:
Josh Hawkins 2024-09-20 10:28:20 -05:00
parent 2e325aa278
commit d4eaa4b6bd

View File

@ -370,7 +370,9 @@ function EventItem({
<Chip <Chip
className="cursor-pointer rounded-md bg-gray-500 bg-gradient-to-br from-gray-400 to-gray-500" className="cursor-pointer rounded-md bg-gray-500 bg-gradient-to-br from-gray-400 to-gray-500"
onClick={() => { onClick={() => {
navigate(`/explore?similarity_search_id=${event.id}`); navigate(
`/explore?search_type=similarity&event_id=${event.id}`,
);
}} }}
> >
<FaImages className="size-4 text-white" /> <FaImages className="size-4 text-white" />