Skip to content

Commit

Permalink
add explore url
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelfact committed Aug 9, 2024
1 parent 02f446e commit a380fe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function PrimaryMenu({ isFolded }: PrimaryMenuProps) {
<ItemNav
isFolded={isFolded}
icon={{ name: "ri-compass-3-line" }}
href={"/test2"}
href={process.env.NEXT_PUBLIC_MARKETPLACE_URL ?? ""}
translate={{ token: "primaryNavigation:primaryMenu.projects" }}
/>
</>
Expand Down

0 comments on commit a380fe4

Please sign in to comment.