Update title for home page

This commit is contained in:
Kamil Niemczycki 2021-10-15 10:57:43 +02:00
parent 3398ed6468
commit 87708789b1

View File

@ -17,7 +17,7 @@ const routes = [
path: '/',
name: 'Home',
meta: {
title: 'Witam! 😊'
title: 'Dzień dobry! 😊'
},
component: Home
},