update merging strign

This commit is contained in:
2023-03-05 20:23:21 +10:00
parent d3e7938231
commit 7fd65ede5f

View File

@@ -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() {