From c1d02fa3ddc62ed2a2551b5657ad2bfd67e843ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20L=C3=A1szl=C3=B3?= <rlacko99@gmail.com> Date: Wed, 12 May 2021 00:13:23 +0200 Subject: [PATCH] update title and favicon --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 75cf91a..aca2584 100644 --- a/src/index.html +++ b/src/index.html @@ -2,10 +2,10 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>KszkStatusAngular</title> + <title>KSZK Státusz</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" type="image/x-icon" href="favicon.ico"> + <link rel="icon" type="image/x-icon" href="assets/svg/kszk.svg"> </head> <body> <app-root></app-root> -- GitLab