Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(website-frontend): background color staying the same after viewing report #899

Merged
merged 10 commits into from
Sep 13, 2024
Prev Previous commit
Next Next commit
fix: ico not svg
  • Loading branch information
xandervedder committed Sep 13, 2024
commit 88b9c58f638d003abec4564b14651902428bdf33
2 changes: 1 addition & 1 deletion packages/website-frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Try out the Stryker dashboard, home for your test quality" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon.ico" />
<link rel="icon" href="/assets/favicon.ico" sizes="48x48">
<link rel="stylesheet" href="/src/main.css" />
<title>Stryker Dashboard</title>
<script type="module" src="./src/app.ts"></script>
Expand Down