Skip to content

Commit

Permalink
change issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
0xhsy committed May 13, 2024
1 parent 3fecfce commit 6a32738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MakeAIssueButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const MakeAIssueButton: React.FunctionComponent = () => {
return (
<Button
onClick={() => {
window.open('https://support.welldonestudio.io/');
window.open('https://github.com/dsrvlabs/wds-code-remix/issues');
}}
style={{ marginTop: '20px', width: '100%' }}
>
Expand Down

0 comments on commit 6a32738

Please sign in to comment.