From ff056785282992203988cbcf98f34fa40bf97a14 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Mon, 26 Sep 2022 10:49:08 +0200 Subject: [PATCH] Improve contact section --- src/data/portfolio.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/portfolio.ts b/src/data/portfolio.ts index 5967122..a2d009a 100644 --- a/src/data/portfolio.ts +++ b/src/data/portfolio.ts @@ -55,12 +55,12 @@ export const portfolio: Array = [ ].map((p) => new TimelineElement(p, 'Show details', 'Show less')), Contact({ - title: 'Learn more', + title: 'Get in touch', links: [ CV(cvEnglish), - GitHubLink('https://github.com/schmelczer'), - LinkedIn('https://www.linkedin.com/in/andras-schmelczer'), Email('mailto:andras@schmelczer.dev'), + LinkedIn('https://www.linkedin.com/in/andras-schmelczer'), + GitHubLink('https://github.com/schmelczer'), ], lastEditText: 'Last modified on', })