Skip to content

Commit 734b2f9

Browse files
authored
Update donation link in footer component
1 parent 034a8b2 commit 734b2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/misc/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function Footer() {
77
<div className="w-full">
88
<FooterObject
99
mainLinks={[
10-
{ href: "https://wdh.gg/donate", label: "Donate" },
10+
{ href: "https://wh.org/donate", label: "Donate" },
1111
{ href: "/privacy", label: "Privacy Policy" },
1212
{ href: "mailto:[email protected]", label: "Contact Us" }
1313
]}

0 commit comments

Comments
 (0)