We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ba8a3d + 777cfea commit 56deae8Copy full SHA for 56deae8
web/index.html
@@ -2,9 +2,14 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
+ <link
6
+ rel="icon"
7
+ type="image/svg+xml"
8
+ href="/logo-svg.svg"
9
+ style="height: 36px; width: 36px"
10
+ />
11
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Vite + React + TS</title>
12
+ <title>Devops-GPT</title>
13
</head>
14
<body class="bg-gradient-to-br pb-5 from-black to-neutral-600 p-0 m-0">
15
<div id="root"></div>
web/public/logo-svg.svg
0 commit comments