Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d53440

Browse files
author
Carlos
committed
Update UI and navigation store
1 parent092cc8b commit9d53440

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/components/ui/newBadge.vue‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<span
3-
class="rounded bg-orange-400 px-1 py-0.5font-monotext-[0.60rem] tracking-widest text-white dark:bg-amber-600"
4-
>NEW</span
3+
class="rounded bg-orange-400 px-1 py-0.5 text-[0.60rem] tracking-widest text-white dark:bg-amber-600"
4+
>Updated</span
55
>
66
</template>

‎src/store/navigation.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ export const useNavigationStore = defineStore('navigation', {
2424
{
2525
name:'Basics',
2626
path:'/cheatsheet/basics',
27-
updated:false,
27+
updated:true,
2828
},
2929
{
3030
name:'Built-in functions',
3131
path:'/cheatsheet/built-in-functions',
32-
updated:false,
32+
updated:true,
3333
},
3434
{
3535
name:'Control flow',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp