diff --git a/components/SceneEditorPanel.vue b/components/SceneEditorPanel.vue index 1095f5a..ebe2a7c 100644 --- a/components/SceneEditorPanel.vue +++ b/components/SceneEditorPanel.vue @@ -77,12 +77,12 @@ - Published Status: + Publication Status: - - {{ published_status ? 'Published' : 'Not Published' }} - - + + + {{ published_status ? 'Published' : 'Not Published' }} + {{ published_status ? 'Unpublish' : 'Publish' }} diff --git a/pages/@[handle]/dashboard.vue b/pages/@[handle]/dashboard.vue index 16ecf67..2b5b097 100644 --- a/pages/@[handle]/dashboard.vue +++ b/pages/@[handle]/dashboard.vue @@ -77,7 +77,7 @@ import { storeToRefs } from "pinia"; import { RouteLocationNormalized } from "vue-router"; -import { ArrowBackRound, CheckSharp } from "@vicons/material"; +import { ArrowBackRound } from "@vicons/material"; import { NButton,