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 ++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 src/component/ImageBackground.astro create mode 100644 src/component/MosaicBackground.astro (limited to 'src/component') 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; +--- + +
+ +
+ + -- cgit v1.2.3