Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
saithsab877 authored Jan 3, 2025
1 parent 6d0fc25 commit 9bfe064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/people/widgetViews/WorkspaceMission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ const WorkspaceMission = () => {
};

const handleViewBounties = () => {
window.open('https://community.sphinx.chat/workspace/bounties', '_blank');
window.open(`/workspace/bounties/${uuid}`, '_target');
};

const handleUserRepoOptionClick = (repositoryId: number) => {
Expand Down

0 comments on commit 9bfe064

Please sign in to comment.