From 47de5f3508d7e55c5bf3b0f9b89e4a9b4b9913e6 Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Mon, 11 Oct 2021 12:06:37 +0200 Subject: [PATCH] Update about --- src/views/About.vue | 47 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 5 deletions(-) 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) },