diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml
index 742db328..f2e3d685 100644
--- a/.github/workflows/run-tests.yml
+++ b/.github/workflows/run-tests.yml
@@ -61,6 +61,6 @@ jobs:
shell: bash
run: pnpm test
- - name: Vitest Coverage Report
- if: always()
- uses: davelosert/vitest-coverage-report-action@v2.2.0
+ #- name: Vitest Coverage Report
+ # if: always()
+ # uses: davelosert/vitest-coverage-report-action@v2.2.0
diff --git a/README.md b/README.md
index 3c39b04c..da1ef07d 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,12 @@ pnpm vitest
To start developing with hot reloading, use:
```bash
-pnpm dev --concurrency 12
+pnpm build
+```
+then run:
+
+```bash
+pnpm dev
```
These local servers will be started:
diff --git a/apps/spotlight/src/components/Header.astro b/apps/spotlight/src/components/Header.astro
index 1ca3e3e3..d4c982b8 100644
--- a/apps/spotlight/src/components/Header.astro
+++ b/apps/spotlight/src/components/Header.astro
@@ -1,5 +1,6 @@
---
import closeSvg from '@atj/design/static/uswds/img/usa-icons/close.svg';
+import logoSvg from '@atj/design/images/logo.svg';
import * as routes from '../routes';
@@ -12,21 +13,21 @@ const getNavLinkClasses = (url: string) => {
};
---
-