From 807ea046cd8ed25008ee446986c88a9983629d3a Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 22 Nov 2023 22:50:36 +0100 Subject: [PATCH] Try reordering to make similar to ghg arrow-link --- overrides/home/expand-link.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/home/expand-link.tsx b/overrides/home/expand-link.tsx index cc2121ecf..5fe886ab3 100644 --- a/overrides/home/expand-link.tsx +++ b/overrides/home/expand-link.tsx @@ -23,8 +23,8 @@ export function ExpandLink(props) { return ( - {children} + {children} ); }