Skip to content

Commit 9db50ec

Browse files
committed
update
1 parent 00ff96a commit 9db50ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

components/AppFooter.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ const AppFooter = (props) => {
5555
<span>Discord</span>
5656
</a>
5757
</li>
58-
<Link
59-
href={`https://docs.gopeed.com${docsLocale}/donate.html`}
60-
className="flex items-center space-x-3 transition hover:text-primary"
61-
>
58+
<Link href={`https://docs.gopeed.com${docsLocale}/donate.html`} className="flex items-center space-x-3 transition hover:text-primary">
6259
<HeartSvg className="w-5" />
6360
<span>{t('donate')}</span>
6461
</Link>

0 commit comments

Comments
 (0)