Skip to content

Commit 6bad8bd

Browse files
committed
style: give traffic badges their own row in logo orange
1 parent 10d8e3a commit 6bad8bd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/scripts/traffic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def badge(label: str, total: int, collected: int) -> str:
2828
"schemaVersion": 1,
2929
"label": label.capitalize(),
3030
"message": f"{count}/{period}",
31-
"color": "blue",
31+
"color": "e2603a",
3232
"cacheSeconds": 86400,
3333
}
3434
return json.dumps(payload) + "\n"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![Cursor](https://img.shields.io/badge/Cursor-Plugin-purple)](#installation)
88
[![Context7 MCP](https://img.shields.io/badge/Context7%20MCP-Indexed-blue)](https://context7.com/fcakyon/claude-codex-settings)
99
[![llms.txt](https://img.shields.io/badge/llms.txt-✓-brightgreen)](https://context7.com/fcakyon/claude-codex-settings/llms.txt)
10+
1011
[![Clones](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffcakyon%2Fclaude-codex-settings%2Ftraffic-data%2Fclones.json)](https://github.com/fcakyon/claude-codex-settings/blob/traffic-data/history.json)
1112
[![Views](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffcakyon%2Fclaude-codex-settings%2Ftraffic-data%2Fviews.json)](https://github.com/fcakyon/claude-codex-settings/blob/traffic-data/history.json)
1213

0 commit comments

Comments
 (0)