diff --git a/src/components/routes/routes.ts b/src/components/routes/routes.ts index 9fbcd02..f44191c 100644 --- a/src/components/routes/routes.ts +++ b/src/components/routes/routes.ts @@ -18,7 +18,7 @@ export default [ meta: { nav: "Joke", title: "Vue joke API consumer" }, }, { path: "/about", component: About, - meta: { nav: "About", title: "About this lorem ipsum" }, + meta: { nav: "About", title: "About this application" }, }, { path: "/imprint", component: Imprint, meta: { nav: false, title: "Vue example imprint" },