Skip to content

Commit 62f0191

Browse files
committed
refactor: report UI updates
1 parent 697030b commit 62f0191

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

report-app/public/favicon.ico

-14.7 KB
Binary file not shown.

report-app/public/wcs.svg

Lines changed: 0 additions & 8 deletions
This file was deleted.

report-app/src/app/app.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<div class="report-container">
22
<header class="report-header">
33
<a routerLink="/" class="report-header-logo-wrapper">
4-
<img src="wcs.svg" alt="Web Codegen Scorer Logo" />
54
<h1>Web Codegen Scorer</h1>
65
</a>
76

@@ -27,12 +26,6 @@ <h1>Web Codegen Scorer</h1>
2726
@if (isLoading() || !groups().length) {
2827
<div class="loading-overlay">
2928
@if (!isServer && !isLoading() && !groups().length) {
30-
<img
31-
src="wcs.svg"
32-
alt="Loading Web Codegen Scorer Logo"
33-
class="loading-logo no-animation"
34-
/>
35-
3629
@if (groupsError()) {
3730
<pre class="callout error code">{{groupsError()}}</pre>
3831
} @else {

report-app/src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<title>Web Codegen Scorer</title>
66
<base href="/" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<link rel="icon" type="image/x-icon" href="favicon.ico" />
98
<!-- Fonts -->
109
<link
1110
href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500;600&amp;family=Inter:wght@400;500;600&amp;family=DM+Mono:ital@0;1&amp;display=swap"

0 commit comments

Comments
 (0)