feat(website): improve the donation page

This commit is contained in:
Elian Doran
2025-09-27 13:18:48 +03:00
parent 892e84deaa
commit d71d1ce8b4
3 changed files with 55 additions and 37 deletions

View File

@@ -17,6 +17,7 @@ export default function Button({ href, iconSvg, openExternally, text, className,
className={`button ${className} ${outline ? "outline" : ""}`}
href={href}
target={openExternally ? "_blank" : undefined}
rel={openExternally ? "noopener noreferrer" : undefined}
>
{iconSvg && <><Icon svg={iconSvg} />{" "}</>}
{text}