diff --git a/src/views/About.vue b/src/views/About.vue index 6c0f3cd..600fe86 100644 --- a/src/views/About.vue +++ b/src/views/About.vue @@ -1,20 +1,57 @@ @@ -27,7 +64,7 @@ export default { mounted () { const header = { title: this.$route.meta.title, - description: 'I\'m a software engineer specialised in frontend and backend development for complex scalable web apps. I write about software development on my blog.' + description: 'Jestem młodym i ambitnym inżynierem oprogramowania. Specjalizuję się w tworzeniu frontendów i backendów.' } this.$store.commit('setHeader', header) },