Skip to content

Commit

Permalink
fix: attribution link
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Nov 10, 2024
1 parent 9f77b03 commit 0a11a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/react-widget/src/components/DocsGPTWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ export const DocsGPTWidget = ({
</PromptContainer>
<Tagline>
Powered by&nbsp;
<Hyperlink target='_blank' href='https://github.com/arc53/DocsGPT'>DocsGPT</Hyperlink>
<Hyperlink target='_blank' href='https://www.docsgpt.cloud/'>DocsGPT</Hyperlink>
</Tagline>
</div>
</StyledContainer>}
Expand Down

0 comments on commit 0a11a3a

Please sign in to comment.