diff --git a/README.md b/README.md
index bba23d65b5..9be19352f3 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
-
+
diff --git a/assets/ACC-social-banner.png b/assets/ACC-social-banner.png
new file mode 100644
index 0000000000..5470b7d6e0
Binary files /dev/null and b/assets/ACC-social-banner.png differ
diff --git a/scripts/readme/generators/awesome.py b/scripts/readme/generators/awesome.py
index ce66e21270..7401d5bba1 100644
--- a/scripts/readme/generators/awesome.py
+++ b/scripts/readme/generators/awesome.py
@@ -61,7 +61,7 @@ def generate_repo_ticker(self) -> str:
def generate_banner_image(self, output_path: Path) -> str:
"""Generate centered banner image for Awesome style README."""
repo_root = find_repo_root(Path(__file__))
- banner_file = "assets/awesome-claude-code-social-clawd-leo.png"
+ banner_file = "assets/ACC-social-banner.png"
# Calculate relative path from output location to banner
banner_abs = repo_root / banner_file