mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
feat(website): improve the donation page
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user