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/MosaicBackground.astro | 49 ++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/component/MosaicBackground.astro (limited to 'src/component/MosaicBackground.astro') 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