diff --git a/src/lib/components/Footer/FooterCopyright.tsx b/src/lib/components/Footer/FooterCopyright.tsx index d59549772..d22c8fe21 100644 --- a/src/lib/components/Footer/FooterCopyright.tsx +++ b/src/lib/components/Footer/FooterCopyright.tsx @@ -15,13 +15,12 @@ export const FooterCopyright: FC = ({ href, by, year }) => { © {year} {href ? ( - + {by} ) : ( {by} )} - . All Rights Reserved. );