From 8f826e1843fcfd210fa036196a9efa4a4f7fe144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 9 Aug 2025 16:26:34 +0200 Subject: style(background): rename component into MosaicBackground --- src/component/ImageBackground.astro | 49 ------------------------------------ src/component/MosaicBackground.astro | 49 ++++++++++++++++++++++++++++++++++++ src/pages/index.astro | 6 ++--- 3 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 src/component/ImageBackground.astro create mode 100644 src/component/MosaicBackground.astro (limited to 'src') diff --git a/src/component/ImageBackground.astro b/src/component/ImageBackground.astro deleted file mode 100644 index d568172..0000000 --- a/src/component/ImageBackground.astro +++ /dev/null @@ -1,49 +0,0 @@ ---- -const { height = "400" } = Astro.props; ---- - -
- -
- - diff --git a/src/component/MosaicBackground.astro b/src/component/MosaicBackground.astro new file mode 100644 index 0000000..d568172 --- /dev/null +++ b/src/component/MosaicBackground.astro @@ -0,0 +1,49 @@ +--- +const { height = "400" } = Astro.props; +--- + +
+ +
+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index a024571..99e3537 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,6 @@ --- import "../scss/style.scss"; -import ImageBackground from "../component/ImageBackground.astro"; +import MosaicBackground from "../component/MosaicBackground.astro"; import VideoAuto from "../component/VideoAuto.astro"; --- @@ -30,7 +30,7 @@ import VideoAuto from "../component/VideoAuto.astro";
- + @@ -43,7 +43,7 @@ import VideoAuto from "../component/VideoAuto.astro"; - +

Batteur

-- cgit v1.2.3