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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<p align="center">
<picture>
<img src="assets/awesome-claude-code-social-clawd-leo.png" alt="Awesome Claude Code" width="600">
<img src="assets/ACC-social-banner.png" alt="Awesome Claude Code" width="600">
</picture>
</p>

Expand Down
Binary file added assets/ACC-social-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/readme/generators/awesome.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading