From b00be3cf3698dc4ad8e9a49a20ebd7c680d98a47 Mon Sep 17 00:00:00 2001 From: Thomas Steenbergen Date: Fri, 12 Apr 2024 22:33:24 +0200 Subject: [PATCH] fix(web-app-template): Remove unneeded initial-scale Per MDN docs for the viewport meta tag [1] the default for initial-scale is 1 so no needed to include it. [1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag Signed-off-by: Thomas Steenbergen --- plugins/reporters/web-app-template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/reporters/web-app-template/index.html b/plugins/reporters/web-app-template/index.html index 24bae38a6e703..0f2842d3eee3b 100644 --- a/plugins/reporters/web-app-template/index.html +++ b/plugins/reporters/web-app-template/index.html @@ -20,7 +20,7 @@ - +