From 700b98fcb79f9451108e69852859a08a6765d90a Mon Sep 17 00:00:00 2001 From: raymondyangdev Date: Tue, 5 Nov 2024 17:35:14 +1300 Subject: [PATCH] fix(templates): Add right border in header after website field with custom fields in Rhyhorn --- apps/artboard/src/templates/rhyhorn.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/artboard/src/templates/rhyhorn.tsx b/apps/artboard/src/templates/rhyhorn.tsx index 5c41a4c7..d1c06f05 100644 --- a/apps/artboard/src/templates/rhyhorn.tsx +++ b/apps/artboard/src/templates/rhyhorn.tsx @@ -124,7 +124,7 @@ const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => { if (!isUrl(url.href)) return null; return ( -
+
{!iconOnRight && (icon ?? )}