blocks : rename jeu → game (snippet, blueprint, CSS, content)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-04-21 14:25:54 +02:00
parent 618c8d79c4
commit 58e77f9181
5 changed files with 3 additions and 3 deletions

View file

@ -70,8 +70,8 @@ tabs:
extends: blocks/image
video:
extends: blocks/video
jeu:
extends: blocks/jeu
game:
extends: blocks/game
white-paper:
extends: blocks/white-paper

View file

@ -17,5 +17,5 @@
@import "./blocks/list.css";
@import "./blocks/quote.css";
@import "./blocks/image.css";
@import "./blocks/jeu.css";
@import "./blocks/game.css";
@import "./blocks/white-paper.css";