Commit d1d3690c by Jonathan Thomas

Added branding to page titles

parent 6971bfff
......@@ -37,7 +37,7 @@ const router = createRouter({
})
router.beforeEach((to, from, next) => {
document.title = `Simple Editor | ${to.name}`;
document.title = `${to.name} | Simple Editor | Demo app for OpenShot Cloud API`;
next();
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment