From 1af2405aa8bd12e1d2b5141f86706775d0191f27 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 17 Apr 2023 14:30:08 +0200 Subject: [PATCH] format Signed-off-by: Johan Haals --- microsite/src/pages/link.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/microsite/src/pages/link.tsx b/microsite/src/pages/link.tsx index 87869333a7..0a37a03d68 100644 --- a/microsite/src/pages/link.tsx +++ b/microsite/src/pages/link.tsx @@ -11,7 +11,5 @@ const fallback = '/docs'; const target = redirects[window.location.search.slice(1)] || fallback; export default function Link() { - return ( - - ); -}; + return ; +}