Skip to content

Commit dbb0f67

Browse files
authored
Update banner image file name in awesome.py
1 parent 32250b6 commit dbb0f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/readme/generators/awesome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def generate_repo_ticker(self) -> str:
6161
def generate_banner_image(self, output_path: Path) -> str:
6262
"""Generate centered banner image for Awesome style README."""
6363
repo_root = find_repo_root(Path(__file__))
64-
banner_file = "assets/awesome-claude-code-social-clawd-leo.png"
64+
banner_file = "assets/ACC-social-banner.png"
6565

6666
# Calculate relative path from output location to banner
6767
banner_abs = repo_root / banner_file

0 commit comments

Comments
 (0)