From a96abdb6f00cb18d7bd1f5cec101f6117aea22ca Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 19 Jan 2025 12:49:05 -0600 Subject: [PATCH] Reorder LinkWithStatus classes --- src/components/LinkWithStatus.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/LinkWithStatus.tsx b/src/components/LinkWithStatus.tsx index 7ea67ca9..fe049330 100644 --- a/src/components/LinkWithStatus.tsx +++ b/src/components/LinkWithStatus.tsx @@ -71,10 +71,7 @@ export default function LinkWithStatus({ return { const isOpeningNewTab = e.metaKey || e.ctrlKey; if (!isVisitingLinkHref && !isOpeningNewTab) {