Skip to content

Commit cc6ca07

Browse files
docs(Sky): Add SimpleIcons to tech stack badges in README
Replace plain text tech stack badges with branded SVG icons from SimpleIcons. Each badge now displays a colored icon (Astro purple, Effect-TS violet) adjacent to its version badge, improving visual recognition of the technologies used. This aligns with modern open-source documentation aesthetics and helps users quickly identify the tech stack at a glance.
1 parent e7efd0c commit cc6ca07

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
@@ -45,8 +45,8 @@ The UI Component Layer for Land 🏞️
4545

4646
[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](https://github.com/CodeEditorLand/Land/tree/Current/LICENSE)
4747
[![NPM Version](https://img.shields.io/npm/v/@codeeditorland/sky.svg)](https://www.npmjs.com/package/@codeeditorland/sky)
48-
[![Astro Version](https://img.shields.io/badge/Astro-5.17.3-blue.svg)](https://www.npmjs.com/package/astro)
49-
[![Effect Version](https://img.shields.io/badge/Effect-3.x-blueviolet.svg)](https://www.npmjs.com/package/effect)
48+
[<img src="https://cdn.simpleicons.org/astro/BC52EE" width="14" alt="Astro" />](https://astro.build/)&#x2001;[![Astro Version](https://img.shields.io/badge/Astro-5.17.3-blue.svg)](https://www.npmjs.com/package/astro)
49+
[<img src="https://cdn.simpleicons.org/effect" width="14" alt="Effect-TS" />](https://effect.website/)&#x2001;[![Effect Version](https://img.shields.io/badge/Effect-3.x-blueviolet.svg)](https://www.npmjs.com/package/effect)
5050

5151
Welcome to **Sky**, the declarative **UI component layer** of the **Land Code
5252
Editor**. Built with the **Astro** framework, **Sky** renders the user interface

0 commit comments

Comments
 (0)