'clip' to 'clips' #10255
This commit is contained in:
parent
9e6a553434
commit
49d2c87e50
|
@ -91,7 +91,7 @@ export const navbarItemDef = reactive({
|
||||||
to: "/gallery",
|
to: "/gallery",
|
||||||
},
|
},
|
||||||
clips: {
|
clips: {
|
||||||
title: "clip",
|
title: "clips",
|
||||||
icon: "ph-paperclip ph-bold ph-lg",
|
icon: "ph-paperclip ph-bold ph-lg",
|
||||||
show: computed(() => $i != null),
|
show: computed(() => $i != null),
|
||||||
to: "/my/clips",
|
to: "/my/clips",
|
||||||
|
|
Loading…
Reference in New Issue