diff --git a/docs/site/docusaurus.config.js b/docs/site/docusaurus.config.js index 12e1bd24232..a54c50813a3 100644 --- a/docs/site/docusaurus.config.js +++ b/docs/site/docusaurus.config.js @@ -201,8 +201,8 @@ const config = { footer: { logo: { alt: "IOTA Wiki Logo", - src: "img/IOTA-logo.svg", - srcDark: "img/IOTA-logo.svg", + src: "img/iota-logo.svg", + srcDark: "img/iota-logo.svg", width: 138, height: 48, }, diff --git a/docs/site/src/pages/index.js b/docs/site/src/pages/index.js index 37aae26fabd..1b1bea1c907 100644 --- a/docs/site/src/pages/index.js +++ b/docs/site/src/pages/index.js @@ -7,12 +7,21 @@ import React from "react"; import Layout from "@theme/Layout"; import Link from "@docusaurus/Link"; import styles from "./index.module.css"; +import heroCardBg from "@site/static/img/heroCardBg.png"; +import heroCardBg1 from "@site/static/img/heroCardBg1.png"; +import heroCardBg2 from "@site/static/img/heroCardBg2.png"; export default function Home() { const HomeCard = (props) => { - const { title, children } = props; + const { title, children, heroCardBg } = props; + return (
-
+
{title &&

{title}

}
{children}
@@ -23,7 +32,12 @@ export default function Home() { const { children } = props; return (
-
+
{children}
@@ -36,6 +50,7 @@ export default function Home() { background: "var(--iota-black)", }} > + {" "}
@@ -61,7 +76,7 @@ export default function Home() {
- + Tokenomics @@ -72,7 +87,7 @@ export default function Home() { Standards - + - + - + - + - - - - - - - - - - - - - -