From bc0a2949e78f28ecd59a072acdb371b1930532d5 Mon Sep 17 00:00:00 2001 From: Mehdi Date: Wed, 20 Nov 2024 20:30:06 +0100 Subject: [PATCH 1/2] style(title and logo): add new title and logo --- web/index.html | 9 +++++++-- web/public/logo-svg.svg | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 web/public/logo-svg.svg diff --git a/web/index.html b/web/index.html index e07da184..df62d5b4 100644 --- a/web/index.html +++ b/web/index.html @@ -2,9 +2,14 @@ - + - Vite + React + TS + Devops-GPT
diff --git a/web/public/logo-svg.svg b/web/public/logo-svg.svg new file mode 100644 index 00000000..352b4094 --- /dev/null +++ b/web/public/logo-svg.svg @@ -0,0 +1 @@ + \ No newline at end of file From 777cfeadf56fccde36a0bf915f8b523ce960f64a Mon Sep 17 00:00:00 2001 From: Mehdi Date: Wed, 20 Nov 2024 20:33:41 +0100 Subject: [PATCH 2/2] fix(logo url): update logo url --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index df62d5b4..344249a8 100644 --- a/web/index.html +++ b/web/index.html @@ -5,7 +5,7 @@