diff --git a/public/images/mizu/card.png b/public/images/mizu/card.png index a454521f..6d948b74 100644 Binary files a/public/images/mizu/card.png and b/public/images/mizu/card.png differ diff --git a/public/images/mizu/inventory.png b/public/images/mizu/inventory.png index a1eecefe..417a5588 100644 Binary files a/public/images/mizu/inventory.png and b/public/images/mizu/inventory.png differ diff --git a/src/components/Demo.astro b/src/components/Demo.astro index 6874ca93..c372e0a6 100644 --- a/src/components/Demo.astro +++ b/src/components/Demo.astro @@ -8,19 +8,17 @@ interface Props { const { image, title, type = "simple" } = Astro.props; --- -{type === "boxed" ? ( -
- {title} +{ + type === "boxed" ? ( +
+ {title} + {title} +
+ ) : ( {title} -
-) : ( - {title} -)} \ No newline at end of file + ) +} diff --git a/src/components/Header.astro b/src/components/Header.astro index 52426a9a..d3f3c36c 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,5 +1,5 @@ --- -const { currentPage } = Astro.props; +const { currentPage, innerClass } = Astro.props; const pages = [ { title: "home", path: "/" }, @@ -24,10 +24,10 @@ const pages = [
-
-