Skip to content

Commit 6358f00

Browse files
authored
docs: fix badge URLs in README.md
Updated badge URLs for Tailwind CSS and Simple Icons to use URL encoding.
1 parent 648c295 commit 6358f00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<p align="center">
1010
<img src="https://tech-stack.wontory.dev/api/badge?slug=nextdotjs&text=Next.js&highlight=true" alt="Next.js" />
1111
<img src="https://tech-stack.wontory.dev/api/badge?slug=typescript&text=TypeScript&highlight=true" alt="TypeScript" />
12-
<img src="https://tech-stack.wontory.dev/api/badge?slug=tailwindcss&text=Tailwind CSS&highlight=true" alt="Tailwind CSS" />
13-
<img src="https://tech-stack.wontory.dev/api/badge?slug=simpleicons&text=Simple Icons&highlight=true" alt="Simple Icons" />
12+
<img src="https://tech-stack.wontory.dev/api/badge?slug=tailwindcss&text=Tailwind%20CSS&highlight=true" alt="Tailwind CSS" />
13+
<img src="https://tech-stack.wontory.dev/api/badge?slug=simpleicons&text=Simple%20Icons&highlight=true" alt="Simple Icons" />
1414
</p>
1515

1616
> Showcase your tech stack with beautiful animated SVGs

0 commit comments

Comments
 (0)