From 1d8e9b0c2c3a6f1fc8d97ffc330bc02cbf1ff52a Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 2 Feb 2021 13:19:09 +0100
Subject: [PATCH] Fix images of new pieces for Wormhole1 rules

---
 client/src/translations/rules/Wormhole1/en.pug | 6 +++---
 client/src/translations/rules/Wormhole1/es.pug | 6 +++---
 client/src/translations/rules/Wormhole1/fr.pug | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/client/src/translations/rules/Wormhole1/en.pug b/client/src/translations/rules/Wormhole1/en.pug
index b14363a9..c7d4ef1c 100644
--- a/client/src/translations/rules/Wormhole1/en.pug
+++ b/client/src/translations/rules/Wormhole1/en.pug
@@ -33,9 +33,9 @@ h3 Pieces movements
 p Three new pieces replace usual sliders:
 
 figure.showPieces.text-center
-  img(src="/images/pieces/Wormhole/wc.png" style="width:60px")
-  img(src="/images/pieces/Wormhole/ww.png" style="width:60px")
-  img(src="/images/pieces/Wormhole/wm.png" style="width:60px")
+  img(src="/images/pieces/Wormhole/wc.svg" style="width:60px")
+  img(src="/images/pieces/Wormhole/ww.svg" style="width:60px")
+  img(src="/images/pieces/Wormhole/wm.svg" style="width:60px")
   figcaption Left to right: Champion, Wizard, Murray Lion.
 
 ul
diff --git a/client/src/translations/rules/Wormhole1/es.pug b/client/src/translations/rules/Wormhole1/es.pug
index 0ec75c19..4e45fb0f 100644
--- a/client/src/translations/rules/Wormhole1/es.pug
+++ b/client/src/translations/rules/Wormhole1/es.pug
@@ -34,9 +34,9 @@ h3 ¿Como las piezas se mueven?
 p Tres piezas nuevas reemplazan los "deslizadores" habituales:
 
 figure.showPieces.text-center
-  img(src="/images/pieces/Wormhole/wc.png" style="width:60px")
-  img(src="/images/pieces/Wormhole/ww.png" style="width:60px")
-  img(src="/images/pieces/Wormhole/wm.png" style="width:60px")
+  img(src="/images/pieces/Wormhole/wc.svg" style="width:60px")
+  img(src="/images/pieces/Wormhole/ww.svg" style="width:60px")
+  img(src="/images/pieces/Wormhole/wm.svg" style="width:60px")
   figcaption De izquierda a derecha: Campeón, Hechicero, León "Murray".
 
 ul
diff --git a/client/src/translations/rules/Wormhole1/fr.pug b/client/src/translations/rules/Wormhole1/fr.pug
index 56df229e..22a6d0c8 100644
--- a/client/src/translations/rules/Wormhole1/fr.pug
+++ b/client/src/translations/rules/Wormhole1/fr.pug
@@ -34,9 +34,9 @@ h3 Déplacement des pièces
 p Trois nouvelles pièces remplacent les "glisseurs" usuels :
 
 figure.showPieces.text-center
-  img(src="/images/pieces/Wormhole/wc.png" style="width:60px")
-  img(src="/images/pieces/Wormhole/ww.png" style="width:60px")
-  img(src="/images/pieces/Wormhole/wm.png" style="width:60px")
+  img(src="/images/pieces/Wormhole/wc.svg" style="width:60px")
+  img(src="/images/pieces/Wormhole/ww.svg" style="width:60px")
+  img(src="/images/pieces/Wormhole/wm.svg" style="width:60px")
   figcaption De gauche à droite : Champion, Sorcier, Lion "Murray".
 
 ul
-- 
2.44.0