vercel / next.js

The React Framework
https://nextjs.org
MIT License
125.37k stars 26.78k forks source link

chore(docs): improve visual appearance of badges in README.md #67254

Closed creativoma closed 3 months ago

creativoma commented 3 months ago

Description

This Pull Request improves the visual appearance of the badges in the README.md file by removing unnecessary line breaks between the badge images, eliminating the unwanted blue link lines that previously appeared and resulting in a cleaner and more cohesive look.

What

Removed unnecessary line breaks between badge images in the README.md file to eliminate the unwanted blue link lines and improve the overall visual presentation.

Why

Previously, the badges were displayed with line breaks between them, causing blue link lines to appear, which disrupted the clean look of the badges. By removing these line breaks, the badges now appear without the blue link lines, providing a more cohesive and visually appealing README.

How

ijjk commented 3 months ago

Allow CI Workflow Run

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

devjiwonchoi commented 3 months ago

For the future readers:

Notice the blue underline below the tags

Before:

Screenshot 2024-06-28 at 4 31 22 PM

After:

Screenshot 2024-06-28 at 4 30 49 PM