diff --git a/resources/js/store/ApplicationStore.ts b/resources/js/store/ApplicationStore.ts index 2875179..1e83a39 100644 --- a/resources/js/store/ApplicationStore.ts +++ b/resources/js/store/ApplicationStore.ts @@ -19,7 +19,7 @@ export const useApplicationStore = defineStore({ actions: { async setDynamicTitle(title: string) { this.$state.dynamicTitle = title; - document.title = "STEMMechanics | " + title; + document.title = `STEMMechanics | ${title}`; }, clearDynamicTitle() {