Skip to content
Open
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 @@ -13,7 +13,7 @@
<a href="https://github.com/dashpay/platform/actions/workflows/tests.yml"><img alt="GitHub CI Status" src="https://github.com/dashpay/platform/actions/workflows/tests.yml/badge.svg"></a>
<a href="https://chat.dashdevs.org/"><img alt="Devs Chat" src="https://img.shields.io/badge/discord-Dev_chat-738adb"></a>
<a href="https://discordapp.com/invite/PXbUxJB"><img alt="General Chat" src="https://img.shields.io/badge/discord-General_chat-738adb"></a>
<a href="https://twitter.com/intent/follow?screen_name=Dashpay"><img alt="Follow on Twitter" src="https://img.shields.io/twitter/follow/Dashpay.svg?style=social&label=Follow"></a>
<a href="https://x.com/intent/follow?screen_name=Dashpay"><img alt="Follow on Twitter" src="https://img.shields.io/twitter/follow/Dashpay"></a>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Suggestion: Badge style parameters were stripped

The old URL included Dashpay.svg?style=social&label=Follow which rendered a social-style badge with a "Follow" label. The new URL (Dashpay with no params) uses shields.io's default flat style. If the intent was only to update the domain from twitter.com to x.com, the style parameters should be preserved to keep the badge appearance consistent.

source: ['claude-general', 'codex-general']

🤖 Fix this with AI agents
These findings are from an automated code review. Verify each finding against the current code and only fix it if needed.

In `README.md`:
- [SUGGESTION] line 16: Badge style parameters were stripped
  The old URL included `Dashpay.svg?style=social&label=Follow` which rendered a social-style badge with a "Follow" label. The new URL (`Dashpay` with no params) uses shields.io's default flat style. If the intent was only to update the domain from twitter.com to x.com, the style parameters should be preserved to keep the badge appearance consistent.

</p>

Dash Platform is a technology stack for building decentralized applications on
Expand Down