From 70e2ba42acbe694ae465d9a63c1640937f2c359c Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:22:23 +1000 Subject: [PATCH] fix(external-link): spread rest props last --- lib/components/link/external-link.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/link/external-link.tsx b/lib/components/link/external-link.tsx index 65bc37b..876423d 100644 --- a/lib/components/link/external-link.tsx +++ b/lib/components/link/external-link.tsx @@ -8,7 +8,7 @@ export type ExternalLinkProps = Omit & { l export const ExternalLink = ({ label, ...rest }: ExternalLinkProps) => { return ( - + {label}