mirror of https://github.com/Lissy93/dashy.git
Carbon
This commit is contained in:
parent
2b407bb51b
commit
796f11e960
|
@ -10,7 +10,10 @@ const CarbonAds = () => {
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div id="carbonads"></div>
|
||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIC53L&placement=dashyto" id="_carbonads_js"></script>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
@ -13,11 +13,10 @@ export default function Home() {
|
|||
return (
|
||||
<Layout
|
||||
title={siteConfig.title}
|
||||
description="Description will go into a meta tag in <head />">
|
||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIC53L&placement=dashyto" id="_carbonads_js"></script>
|
||||
description="Dashy, the self-hosted dashboard app for your homelab">
|
||||
<HomePageHeader />
|
||||
<HomePageFeatures />
|
||||
<main>
|
||||
<main>
|
||||
</main>
|
||||
</Layout>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue