aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-08-09 16:26:34 +0200
committerWilliam Hergès <william@herges.fr>2025-08-09 16:26:34 +0200
commit8f826e1843fcfd210fa036196a9efa4a4f7fe144 (patch)
treee42f5da130f48e70579bb887c605c3aa08616f1d /src/pages
parentb3afbbd330f7c2460407f05367041f1e4e394a8a (diff)
style(background): rename component into MosaicBackground
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.astro6
1 files changed, 3 insertions, 3 deletions
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";
</body>
<main>
<article class="batteur">
- <ImageBackground height="500">
+ <MosaicBackground height="500">
<img src="/batteur/old2.jpg" />
<img src="/batteur/old3.jpg" />
<img src="/batteur/dark_scene.jpg" />
@@ -43,7 +43,7 @@ import VideoAuto from "../component/VideoAuto.astro";
<VideoAuto src="/batteur/video/balance.webm" />
<img src="/batteur/mid_rock2.jpg" />
<img src="/batteur/recent.jpg" />
- </ImageBackground>
+ </MosaicBackground>
<div class="content">
<div class="content__header">
<h2>Batteur</h2>