Skip to content

Commit

Permalink
chore: fixed url
Browse files Browse the repository at this point in the history
  • Loading branch information
raulMarvanWizeline committed Mar 26, 2024
1 parent 6d006bc commit 3e8d132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/navigation/TopNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const TopNavigation: React.FC<Props> = ({
)}
{isShareModalOpen && shareContentUrl && (
<ShareContent
url={shareContentUrl}
url={`${shareContentUrl}/gen-ai-map-fe/`}
title={"Wizeline Gen AI Map"}
onClose={handleShareCloseModal}
className="fixed top-14 right-4 z-50"
Expand Down

0 comments on commit 3e8d132

Please sign in to comment.