From 482040ba558560956bba81ff988d1f3f8980a6ca Mon Sep 17 00:00:00 2001 From: Julien Martin Date: Thu, 1 May 2025 16:51:20 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20mise=20=C3=A0=20jour=20des=20chemins=20d?= =?UTF-8?q?e=20l'ic=C3=B4ne=20pour=20utiliser=20icon.png?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/pubspec.yaml | 2 +- frontend/web/index.html | 2 +- frontend/web/manifest.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/pubspec.yaml b/frontend/pubspec.yaml index 76a381d..6b49c14 100644 --- a/frontend/pubspec.yaml +++ b/frontend/pubspec.yaml @@ -31,7 +31,7 @@ flutter: - assets/images/field_email.png - assets/images/field_password.png - assets/images/btn_green.png - - assets/images/P'titsPas_icone.png + - assets/images/icon.png fonts: - family: Merienda diff --git a/frontend/web/index.html b/frontend/web/index.html index 3ab3df8..28a7aac 100644 --- a/frontend/web/index.html +++ b/frontend/web/index.html @@ -27,7 +27,7 @@ - + P'titsPas diff --git a/frontend/web/manifest.json b/frontend/web/manifest.json index 89aaa82..9a2dd4e 100644 --- a/frontend/web/manifest.json +++ b/frontend/web/manifest.json @@ -10,12 +10,12 @@ "prefer_related_applications": false, "icons": [ { - "src": "assets/images/P'titsPas_icone.png", + "src": "assets/images/icon.png", "sizes": "192x192", "type": "image/png" }, { - "src": "assets/images/P'titsPas_icone.png", + "src": "assets/images/icon.png", "sizes": "512x512", "type": "image/png" },