From 817e7fee1f7a9b5e4e35add761a908f69959f0fd Mon Sep 17 00:00:00 2001 From: Brett Wright Date: Mon, 19 Apr 2021 12:51:04 +0200 Subject: [PATCH] ran Prettier Signed-off-by: Brett Wright Signed-off-by: Brett Wright --- app-config.yaml | 2 +- packages/app/public/index.html | 121 ++++++++++++++++++++++----------- 2 files changed, 81 insertions(+), 42 deletions(-) diff --git a/app-config.yaml b/app-config.yaml index 56733436a6..ac59874878 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -4,7 +4,7 @@ app: googleAnalyticsTrackingId: # UA-000000-0 datadogRum: clientToken: '123456789' - applicationId: qwerty + applicationId: qwerty # site: # datadoghq.eu default = datadoghq.com # env: # optional diff --git a/packages/app/public/index.html b/packages/app/public/index.html index e55e39f7d6..da4d3cf3b8 100644 --- a/packages/app/public/index.html +++ b/packages/app/public/index.html @@ -1,34 +1,60 @@ - - - - - - - - - - - - - - - - - - <%= app.title %> - + + + + + + + + + <%= app.title %> - <% if (app.googleAnalyticsTrackingId && typeof app.googleAnalyticsTrackingId==='string' ) { %> - + <% if (app.googleAnalyticsTrackingId && typeof + app.googleAnalyticsTrackingId==='string' ) { %> + - <% } %> - <% if (app.datadogRum.clientToken && app.datadogRum.applicationId ) { %> + <% } %> <% if (app.datadogRum.clientToken && app.datadogRum.applicationId ) + { %> <% } %> - + - - -
- - - - \ No newline at end of file + +