diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7d2ac924..ea8763b3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
paths-ignore:
- "README.md"
- "CONTRIBUTING.md"
- - "images/**"
+ - "branding/**"
- "apps/docs/**"
- "apps/landing/**"
- "docs/**"
@@ -16,7 +16,7 @@ on:
paths-ignore:
- "README.md"
- "CONTRIBUTING.md"
- - "images/**"
+ - "branding/**"
- "apps/docs/**"
- "apps/landing/**"
- "docs/**"
diff --git a/README.md b/README.md
index b9c18e09..8829fd67 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
@@ -11,7 +11,7 @@
-
+
## Key Features
diff --git a/branding/README.md b/branding/README.md
index dc93cb31..b3f60748 100644
--- a/branding/README.md
+++ b/branding/README.md
@@ -18,6 +18,8 @@ Press kit for use in blog posts, articles, reviews, and other publications about
| `wordmark.svg` | Scalable | "SnapOtter" text mark (dark text) |
| `wordmark-white.svg` | Scalable | "SnapOtter" text mark (white text, for dark backgrounds) |
| `banner.svg` | Scalable | Logo + tagline banner on dark background |
+| `dashboard.png` | Screenshot | Full dashboard screenshot for README / marketing |
+| `dashboard_no_detail.png` | Screenshot | Dashboard screenshot without detail panel |
## Brand Colors
diff --git a/branding/dashboard.png b/branding/dashboard.png
new file mode 100644
index 00000000..2ae56f81
Binary files /dev/null and b/branding/dashboard.png differ
diff --git a/branding/dashboard_no_detail.png b/branding/dashboard_no_detail.png
new file mode 100644
index 00000000..7106188a
Binary files /dev/null and b/branding/dashboard_no_detail.png differ
diff --git a/images/dashboard.png b/images/dashboard.png
deleted file mode 100644
index 353de188..00000000
Binary files a/images/dashboard.png and /dev/null differ
diff --git a/images/dashboard_no_detail.png b/images/dashboard_no_detail.png
deleted file mode 100644
index cf41e117..00000000
Binary files a/images/dashboard_no_detail.png and /dev/null differ
diff --git a/social-preview.png b/social-preview.png
deleted file mode 100644
index 40995de4..00000000
Binary files a/social-preview.png and /dev/null differ