Skip to content

Commit

Permalink
Merge pull request #6 from 0xhsy/main
Browse files Browse the repository at this point in the history
change issue link
  • Loading branch information
kairoski03 authored May 14, 2024
2 parents 26a1a17 + 6a32738 commit 119be19
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 119be19

Please sign in to comment.