Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7faeb0

Browse files
chore(docs): improve visual appearance of badges in README.md (vercel#67254)
## 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 - Removed the line breaks between badge images in the README.md file. Co-authored-by: Jiwon Choi <[email protected]>
1 parent 1441a35 commit a7faeb0

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

packages/next/README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,10 @@
99
</p>
1010

1111
<p align="center">
12-
<a aria-label="Vercel logo" href="https://vercel.com">
13-
<img src="https://img.shields.io/badge/MADE%20BY%20Vercel-000000.svg?style=for-the-badge&logo=Vercel&labelColor=000">
14-
</a>
15-
<a aria-label="NPM version" href="https://www.npmjs.com/package/next">
16-
<img alt="" src="https://img.shields.io/npm/v/next.svg?style=for-the-badge&labelColor=000000">
17-
</a>
18-
<a aria-label="License" href="https://github.com/vercel/next.js/blob/canary/license.md">
19-
<img alt="" src="https://img.shields.io/npm/l/next.svg?style=for-the-badge&labelColor=000000">
20-
</a>
21-
<a aria-label="Join the community on GitHub" href="https://github.com/vercel/next.js/discussions">
22-
<img alt="" src="https://img.shields.io/badge/Join%20the%20community-blueviolet.svg?style=for-the-badge&logo=Next.js&labelColor=000000&logoWidth=20">
23-
</a>
12+
<a aria-label="Vercel logo" href="https://vercel.com"><img src="https://img.shields.io/badge/MADE%20BY%20Vercel-000000.svg?style=for-the-badge&logo=Vercel&labelColor=000"></a>
13+
<a aria-label="NPM version" href="https://www.npmjs.com/package/next"><img alt="" src="https://img.shields.io/npm/v/next.svg?style=for-the-badge&labelColor=000000"></a>
14+
<a aria-label="License" href="https://github.com/vercel/next.js/blob/canary/license.md"><img alt="" src="https://img.shields.io/npm/l/next.svg?style=for-the-badge&labelColor=000000"></a>
15+
<a aria-label="Join the community on GitHub" href="https://github.com/vercel/next.js/discussions"><img alt="" src="https://img.shields.io/badge/Join%20the%20community-blueviolet.svg?style=for-the-badge&logo=Next.js&labelColor=000000&logoWidth=20"></a>
2416
</p>
2517

2618
## Getting Started

0 commit comments

Comments
 (0)