Skip to content

Commit dadd1f1

Browse files
joeldicksonjoel
andauthored
UI: add DX favicon for browser tabs and update title branding (#12)
Co-authored-by: Joel Dickson <joel@users.noreply.github.com>
1 parent 3ef0ccb commit dadd1f1

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

src/Clientside/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
7+
<link rel="alternate icon" type="image/png" href="/favicon.png" />
68
<link rel="stylesheet" href="/fonts/inter.css" />
7-
<title>DevEx Telemetry Dashboard</title>
9+
<title>DX Telemetry Dashboard</title>
810
</head>
911
<body>
1012
<div id="root"></div>

src/Clientside/public/favicon.png

14.4 KB
Loading

src/Clientside/public/favicon.svg

Lines changed: 12 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)