Improve contact section

This commit is contained in:
Andras Schmelczer 2022-09-26 10:49:08 +02:00
parent 73003b5b17
commit ff05678528
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -55,12 +55,12 @@ export const portfolio: Array<PageElement> = [
].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',
})