diff --git a/src/components/Footer.astro b/src/components/Footer.astro index b8bbd39c5..33f0f0da5 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -105,6 +105,7 @@ import Icon from './AstroIcon.astro'; class='my-1.5 mr-auto sm:ml-auto sm:mr-0' width='200' height='24.8' + loading="lazy" />
diff --git a/src/components/Navigation/Navigation.astro b/src/components/Navigation/Navigation.astro
index 7fe985503..08d0adf84 100644
--- a/src/components/Navigation/Navigation.astro
+++ b/src/components/Navigation/Navigation.astro
@@ -16,6 +16,25 @@ import { AccountDropdown } from './AccountDropdown';