diff --git a/packages/react/src/Footer/Footer.tsx b/packages/react/src/Footer/Footer.tsx index 7d5fe27ef1..6f02122815 100644 --- a/packages/react/src/Footer/Footer.tsx +++ b/packages/react/src/Footer/Footer.tsx @@ -3,6 +3,7 @@ * Copyright (c) 2023 Gemeente Amsterdam */ +import clsx from 'clsx' import { ForwardedRef, forwardRef, @@ -18,7 +19,7 @@ export const FooterTop = forwardRef( { children, className, ...restProps }: PropsWithChildren>, ref: ForwardedRef, ) => ( - + {children} ), @@ -31,7 +32,7 @@ export const FooterBottom = forwardRef( { children, className, ...restProps }: PropsWithChildren>, ref: ForwardedRef, ) => ( -
+
{children}
), @@ -50,7 +51,7 @@ export const Footer = forwardRef( { children, className, ...restProps }: PropsWithChildren>, ref: ForwardedRef, ) => ( -