refactor: ♻️ update naming of variables, classes and attributes

This commit is contained in:
Sebin Nyshkim 2025-06-28 18:39:46 +02:00
parent b85675eb45
commit f5d526d79b
4 changed files with 26 additions and 26 deletions

View file

@ -6,7 +6,7 @@ eleventyNavigation:
Sebin knows how to dress!
<ref-gallery>
<slider>
<ref-img webc:for="ref of Array(4).keys()"
:@src="`ref-clothes-${ref + 1}.png`"
:@alt="$data.galleryClothing[ref].alt"
@ -16,4 +16,4 @@ Sebin knows how to dress!
:@artist="$data.galleryClothing[ref].artist"
:@dropshadow="false"
></ref-img>
</ref-gallery>
</slider>