Skip to content

Commit

Permalink
StatsHouse UI: fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
vauweb committed Jan 14, 2025
1 parent 2ce3603 commit 214c65f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions statshouse-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<% } %>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="logo192.png" />
<link rel="manifest" href="manifest.json" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>StatsHouse UI</title>
<meta name="build-version" content="%REACT_APP_BUILD_VERSION%" />
<% if (env.PROD) { %>
Expand Down

0 comments on commit 214c65f

Please sign in to comment.