Skip to content

Commit

Permalink
chore: update donate link
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Oct 16, 2023
1 parent 7033aae commit ff28da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/AppFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const AppFooter = (props) => {
</a>
</li>
<Link
href="https://github.com/GopeedLab/gopeed/blob/main/.donate/index.md#donate"
href="https://docs.gopeed.com/donate.html"
className="flex items-center space-x-3 transition hover:text-primary"
>
<HeartSvg className="w-5" />
Expand Down
2 changes: 1 addition & 1 deletion components/AppHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const AppHeader = (props) => {
</li>
<li>
<Link
href="https://github.com/GopeedLab/gopeed/blob/main/.donate/index.md#donate"
href="https://docs.gopeed.com/donate.html"
className="block md:px-4 transition hover:text-primary"
>
<span>{t('donate')}</span>
Expand Down

0 comments on commit ff28da5

Please sign in to comment.