From f24a1472765e0752bcf158a3db53a717b8dc2191 Mon Sep 17 00:00:00 2001
From: Aaron Pham <contact@aarnphm.xyz>
Date: Thu, 14 Nov 2024 11:28:06 +0000
Subject: [PATCH] fix(comment): negate check (closes #1582) (#1586)

---
 quartz/plugins/transformers/links.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/quartz/plugins/transformers/links.ts b/quartz/plugins/transformers/links.ts
index 38bc0dc..3e8dbde 100644
--- a/quartz/plugins/transformers/links.ts
+++ b/quartz/plugins/transformers/links.ts
@@ -67,6 +67,7 @@
                     properties: {
                       "aria-hidden": "true",
                       class: "external-icon",
+                      style: "max-width:0.8em;max-height:0.8em",
                       viewBox: "0 0 512 512",
                     },
                     children: [

--
Gitblit v1.10.0