Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-codegen-scorer",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"build-runner": "tsc",
"release-build": "tsx release-build.ts",
Expand Down
Binary file removed report-app/public/favicon.ico
Binary file not shown.
8 changes: 0 additions & 8 deletions report-app/public/wcs.svg

This file was deleted.

7 changes: 0 additions & 7 deletions report-app/src/app/app.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div class="report-container">
<header class="report-header">
<a routerLink="/" class="report-header-logo-wrapper">
<img src="wcs.svg" alt="Web Codegen Scorer Logo" />
<h1>Web Codegen Scorer</h1>
</a>

Expand All @@ -27,12 +26,6 @@ <h1>Web Codegen Scorer</h1>
@if (isLoading() || !groups().length) {
<div class="loading-overlay">
@if (!isServer && !isLoading() && !groups().length) {
<img
src="wcs.svg"
alt="Loading Web Codegen Scorer Logo"
class="loading-logo no-animation"
/>

@if (groupsError()) {
<pre class="callout error code">{{groupsError()}}</pre>
} @else {
Expand Down
1 change: 0 additions & 1 deletion report-app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<title>Web Codegen Scorer</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!-- Fonts -->
<link
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"
Expand Down
Loading