diff --git a/data/features.toml b/data/features.toml index ec6f23c..e8b516c 100644 --- a/data/features.toml +++ b/data/features.toml @@ -2,7 +2,7 @@ id = "registrar" [features.img] - src = "/img/screenshots/features/hosters.png" + src = "/img/screenshots/features/providers.webp" [features.img.alt] fr = "Choisissez votre fournisseur" en = "Choose your provider" @@ -53,7 +53,7 @@ id = "dynamicDNS" id = "diff" [features.img] - src = "/img/screenshots/features/diff.png" + src = "/img/screenshots/features/diff.webp" [features.img.alt] fr = "Exemple de diff" en = "Sample diff" @@ -63,8 +63,8 @@ id = "diff" en = "Clearly visualize changes" [features.content] - fr = "Avant de publier vos modifications, happyDomain vous montre quels seront exactement les changements (ajouts et suppressions) qui seront effectués sur la zone. C'est le bon moment pour se relire." - en = "Before publishing your changes, happyDomain shows you exactly what changes (additions and deletions) will be made to the area. This is a good time to reread." + fr = "Avant de publier vos modifications, happyDomain vous montre quels seront exactement les changements (ajouts, modifications, suppressions, ...) qui seront effectués sur la zone. C'est le bon moment pour se relire." + en = "Before publishing your changes, happyDomain shows you exactly what changes (additions, modifications, deletions, ...) will be made to your zone. This is a good time to reread." [[features]] diff --git a/static/img/screenshots/features/diff.png b/static/img/screenshots/features/diff.png deleted file mode 100644 index 3c960e8..0000000 Binary files a/static/img/screenshots/features/diff.png and /dev/null differ diff --git a/static/img/screenshots/features/diff.webp b/static/img/screenshots/features/diff.webp new file mode 100644 index 0000000..ad903f6 Binary files /dev/null and b/static/img/screenshots/features/diff.webp differ diff --git a/static/img/screenshots/features/hosters.png b/static/img/screenshots/features/hosters.png deleted file mode 100644 index 9e2428f..0000000 Binary files a/static/img/screenshots/features/hosters.png and /dev/null differ diff --git a/static/img/screenshots/features/providers.webp b/static/img/screenshots/features/providers.webp new file mode 100644 index 0000000..65283a7 Binary files /dev/null and b/static/img/screenshots/features/providers.webp differ