diff --git a/src/components/CarbonAd.js b/src/components/CarbonAd.js index 0346bdf5..fe728acf 100644 --- a/src/components/CarbonAd.js +++ b/src/components/CarbonAd.js @@ -10,7 +10,10 @@ const CarbonAds = () => { }, []); return ( + <>
+ + ); }; diff --git a/src/pages/index.js b/src/pages/index.js index ec715938..72791e92 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -13,11 +13,10 @@ export default function Home() { return ( - + description="Dashy, the self-hosted dashboard app for your homelab"> -
+
);