Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 2fbcfe4

Browse files
committed
chore(ui): add demo badge at the top
1 parent 3145147 commit 2fbcfe4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/App.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,14 @@
4242
</ul>
4343
</div>
4444
<!-- Logo -->
45-
<router-link to="/" class="btn btn-ghost normal-case text-xl text-info font-bold">
45+
<router-link to="/" class="flex items-center px-4 normal-case text-xl text-[#39A7B3] font-bold">
4646
<img src="/logo.png" alt="logo" width="32" />
4747
<span class="translate-y-0.25 ml-2">Trackify</span>
4848
</router-link>
49+
<span
50+
class="badge badge-warning rounded-sm translate-y-0.25 text-warning-content font-bold text-[16px] px-2">
51+
Demo
52+
</span>
4953
</div>
5054

5155
<!-- 桌面端导航菜单 -->

0 commit comments

Comments
 (0)