mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
style(website): misalignment of icon in button
This commit is contained in:
@@ -26,7 +26,7 @@ export default function Button({ iconSvg, text, className, outline, ...restProps
|
||||
{...restProps}
|
||||
>
|
||||
{iconSvg && <><Icon svg={iconSvg} />{" "}</>}
|
||||
{text}
|
||||
<span class="text">{text}</span>
|
||||
</Link>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user