Skip to content

Commit

Permalink
add theme color to header of index
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Jan 30, 2024
1 parent 375f7b0 commit 0c76659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>opsway</title>
<title>opsway.io</title>

<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#1d2128" />
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 0c76659

Please sign in to comment.