diff --git a/src/components/widgets/Footer.astro b/src/components/widgets/Footer.astro index fd23dfa..bce2ace 100644 --- a/src/components/widgets/Footer.astro +++ b/src/components/widgets/Footer.astro @@ -91,7 +91,7 @@ const { socialLinks = [], secondaryLinks = [], links = [], footNote = '', theme ) } -
+
diff --git a/src/navigation.js b/src/navigation.js index d62db92..360ce36 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -178,6 +178,6 @@ export const footerData = { ], footNote: ` - Made by onWidget · All rights reserved. + Made by onWidget · All rights reserved. `, };