From 607aaf453382030e07b299480c170dc2d72c06f8 Mon Sep 17 00:00:00 2001 From: Hoey <95458562+zhenghaoyang24@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:22:15 +0800 Subject: [PATCH] fix(docs): incorrect rust icon display in dark mode The previous rust icon was not clearly displayed in both dark and light modes --- docs/notes/theme/guide/代码演示/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notes/theme/guide/代码演示/rust.md b/docs/notes/theme/guide/代码演示/rust.md index ce5b0e0b..20210a20 100644 --- a/docs/notes/theme/guide/代码演示/rust.md +++ b/docs/notes/theme/guide/代码演示/rust.md @@ -1,7 +1,7 @@ --- title: Rust author: pengzhanbo -icon: logos:rust +icon: simple-icons:rust createTime: 2024/04/22 09:44:43 permalink: /guide/repl/rust/ ---