diff --git a/src/components/layout/Footer.astro b/src/components/layout/Footer.astro index 8c56301..88f3c8f 100644 --- a/src/components/layout/Footer.astro +++ b/src/components/layout/Footer.astro @@ -274,9 +274,7 @@ function getSocialIcon(platform: string): string { ) : ( <> {showCopyright && ( -

- {processedCopyright} -

+

)} {legalLinks.length > 0 && (

@@ -300,9 +298,7 @@ function getSocialIcon(platform: string): string { {layout === 'minimal' && (
{showCopyright && ( -

- {processedCopyright} -

+

)}

)} @@ -365,9 +361,7 @@ function getSocialIcon(platform: string): string { {(showCopyright || legalLinks.length > 0) && (
{showCopyright && ( -

- {processedCopyright} -

+

)} {legalLinks.length > 0 && (