diff options
| author | William Hergès <william@herges.fr> | 2025-08-09 16:26:34 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-09 16:26:34 +0200 |
| commit | 8f826e1843fcfd210fa036196a9efa4a4f7fe144 (patch) | |
| tree | e42f5da130f48e70579bb887c605c3aa08616f1d /src/pages | |
| parent | b3afbbd330f7c2460407f05367041f1e4e394a8a (diff) | |
style(background): rename component into MosaicBackground
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.astro | 6 |
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> |
