Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrxiaozhuox committed Jun 4, 2024
1 parent 571d228 commit 5cb1294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docsite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ pub fn HomePage(cx: Scope<TemplateProps>) -> Element {
div {
class: "flex justify-center mb-2 md:mb-4 space-x-2",
img {
class: "w-36 h-auto",
class: "w-24 md:w-36 h-auto",
src: "https://img.shields.io/github/v/release/mrxiaozhuox/karaty?style=for-the-badge&label=Latest%20Version"
}
img {
class: "w-36 h-auto",
class: "w-24 md:w-36 h-auto",
src: "https://img.shields.io/github/actions/workflow/status/mrxiaozhuox/karaty/main.yml?style=for-the-badge&label=Workflow"
}
img {
class: "w-36 h-auto",
class: "w-24 md:w-36 h-auto",
src: "https://img.shields.io/github/commit-activity/y/mrxiaozhuox/karaty?style=for-the-badge"
}
}
Expand Down

0 comments on commit 5cb1294

Please sign in to comment.