Skip to content

Commit

Permalink
Fix search urls
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Jun 21, 2023
1 parent d112d84 commit 99f7de6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 102 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion components/navbar/GlobalSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const CollectionItem: FC<Props> = ({ collection, handleSelectResult }) => {

return (
<Link
href={`${collection.chainName}/collection/${collection.collectionId}`}
href={`/${collection.chainName}/collection/${collection.collectionId}`}
style={{ overflow: 'hidden', width: '100%', minWidth: 0 }}
onClick={() => handleSelectResult(collection)}
>
Expand Down

2 comments on commit 99f7de6

@vercel
Copy link

@vercel vercel bot commented on 99f7de6 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 99f7de6 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

artblocks-v2 – ./

artblocks-v2-unevenlabs.vercel.app
artblocks-v2.vercel.app
artblocks-v2-git-main-unevenlabs.vercel.app

Please sign in to comment.