Skip to content

Commit 5db3dac

Browse files
authored
fix: update backToMultiPost URL in EditorHeader (#2)
- Changed the redirect URL in backToMultiPost function to point to the dashboard instead of the publish page.
1 parent d3f2cc6 commit 5db3dac

File tree

1 file changed

+1
-1
lines changed
  • src/components/CodemirrorEditor/EditorHeader

1 file changed

+1
-1
lines changed

src/components/CodemirrorEditor/EditorHeader/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function copy() {
101101
}
102102
103103
function backToMultiPost() {
104-
window.location.href = `https://multipost.app/publish`
104+
window.location.href = `https://multipost.app/dashboard/publish`
105105
}
106106
</script>
107107

0 commit comments

Comments
 (0)