Footer: fix Patreon button link
This commit is contained in:
@@ -71,7 +71,13 @@ const Footer: React.FC<FooterProps> = () => {
|
|||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className="main-button"
|
className="main-button"
|
||||||
onClick={() => window.open("#", "_blank", "noopener noreferrer")}
|
onClick={() =>
|
||||||
|
window.open(
|
||||||
|
"https://patreon.com/phosphoricons",
|
||||||
|
"_blank",
|
||||||
|
"noopener noreferrer"
|
||||||
|
)
|
||||||
|
}
|
||||||
>
|
>
|
||||||
<Heart size={24} weight="fill" />
|
<Heart size={24} weight="fill" />
|
||||||
Become a patron
|
Become a patron
|
||||||
|
|||||||
Reference in New Issue
Block a user