Skip to content

Commit 7698e80

Browse files
committed
Small fix on the documentation homepage.
1 parent 41a23c3 commit 7698e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentations/src/views/HomeView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import { RouterLink } from "vue-router";
1111
</center>
1212

1313
<p class="badges">
14-
<img src="https://github.com/nthnn/QLBase/actions/workflows/qlbase_build.yml/badge.svg" class="px-1" alt="Backend Workflow" />
15-
<img src="https://github.com/nthnn/QLBase/actions/workflows/php-syntax-check.yml/badge.svg" class="pr-1" alt="PHP Syntax Check" />
14+
<img src="https://github.com/nthnn/QLBase/actions/workflows/qlbase_build.yml/badge.svg" class="pr-1" alt="QLBase Build Workflow" />
15+
<img src="https://github.com/nthnn/QLBase/actions/workflows/php-syntax-check.yml/badge.svg" class="px-1" alt="PHP Syntax Check" />
1616
<img src="https://github.com/nthnn/QLBase/actions/workflows/platformio-ci.yml/badge.svg" class="pr-1" alt="PlatformIO CI" />
1717
<img src="https://github.com/nthnn/QLBase/actions/workflows/spellcheck.yml/badge.svg" class="px-1" alt="Spellcheck" />
1818
<img src="https://img.shields.io/github/issues/nthnn/QLBase.svg" class="px-1" alt="GitHub Issues" />

0 commit comments

Comments
 (0)