gojp / goreportcard

A report card for your Go application
https://goreportcard.com
Apache License 2.0
1.99k stars 252 forks source link

Fix out-dated twitter icon #423

Open ryankert01 opened 4 months ago

ryankert01 commented 4 months ago

Migrate to newer version of twitter(x) icon.

  1. use newer version of font-awesome cdn (since the original doesn't have the icon)
  2. migrating icon based on official font-awesome docs
  3. update badge background to black

This update enhances the user interface by keeping our social media representations up-to-date and visually consistent with current branding standards.

Result Screenshot from 2024-04-22 14-48-43

ryankert01 commented 4 months ago

@shawnps @hermanschaaf Could you please review this PR when you have a chance? Thank you!