mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 16:49:58 +01:00
feat(website): improve icon fit
This commit is contained in:
@@ -18,8 +18,8 @@ export default function Card({ title, children, imageUrl, iconSvg, className, mo
|
||||
|
||||
<div className="card-content">
|
||||
<h3>
|
||||
{iconSvg && <><Icon svg={iconSvg} />{" "}</> }
|
||||
{title}
|
||||
{iconSvg && <Icon svg={iconSvg} />}{" "}
|
||||
<span>{title}</span>
|
||||
</h3>
|
||||
|
||||
<div className="card-content-inner">
|
||||
|
||||
Reference in New Issue
Block a user