diff --git a/src/components/patterns/link.tsx b/src/components/patterns/link.tsx index 717a5521..69605da9 100644 --- a/src/components/patterns/link.tsx +++ b/src/components/patterns/link.tsx @@ -44,10 +44,10 @@ export const DrupalActionLink = ({href, children, ...props}: PropsWithChildren<{ {children} - + ) } @@ -70,4 +70,4 @@ export const DrupalLink = ({url, title, style, children, ...props}: DrupalLinkPr {children} ) -} \ No newline at end of file +}