Skip to content

Commit

Permalink
fix 'Corrected the 'Visit GitHub URL' link.
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefarias committed Mar 27, 2024
1 parent 6f91ebb commit a6c82ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/app/requestDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const useRequestDialog = () => {
startIcon={<GithubIcon />}
variant="outlined"
target={'_blank'}
href={'https://github.com'}
href={'https://github.com/vintasoftware/GPTBundle/'}
>
Visit GitHub
</Button>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/layout/HeaderNav/NavItemButtonPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const NavItemButtonPopover = ({ name, examples, type, open, anchorEl, onPopoverC
startIcon={<GitHubIcon />}
variant="outlined"
target={'_blank'}
href={'https://github.com'}
href={'https://github.com/vintasoftware/GPTBundle/'}
onClick={onPopoverClose}
>
Visit GitHub
Expand Down

0 comments on commit a6c82ab

Please sign in to comment.