Skip to content

Commit ce767d7

Browse files
style(Common): Add Rust icon to badges in README
Add the simpleicons Rust icon before the Rust Version and Crates.io badges in the Common crate README for improved visual presentation. This enhances branding consistency by showing the Rust logo adjacent to Rust-related metrics.
1 parent a35faaa commit ce767d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
The Architectural Core of Land
1515

1616
[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](https://github.com/CodeEditorLand/Common/tree/Current/LICENSE)
17-
[![Rust Version](https://img.shields.io/badge/Rust-1.85+-blue.svg)](https://www.rust-lang.org/)
18-
[![Crates.io](https://img.shields.io/crates/v/land-common.svg)](https://crates.io/crates/land-common)
17+
[<img src="https://cdn.simpleicons.org/rust" width="14" alt="Rust" />](https://www.rust-lang.org/)&#x2001;[![Rust Version](https://img.shields.io/badge/Rust-1.85+-blue.svg)](https://www.rust-lang.org/)
18+
[<img src="https://cdn.simpleicons.org/rust" width="14" alt="Rust" />](https://www.rust-lang.org/)&#x2001;[![Crates.io](https://img.shields.io/crates/v/land-common.svg)](https://crates.io/crates/land-common)
1919

2020
Welcome to **Common**! This crate is the architectural heart of the Land Code
2121
Editor's native backend. It provides a pure, abstract foundation for building

0 commit comments

Comments
 (0)