From 8964d1e2c206e9033e107c8390ea92f8fd675753 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Tue, 27 Sep 2022 10:27:59 +0200 Subject: [PATCH] Add missing space --- src/data/portfolio.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/portfolio.ts b/src/data/portfolio.ts index e64f4a9..d2cf93c 100644 --- a/src/data/portfolio.ts +++ b/src/data/portfolio.ts @@ -68,7 +68,7 @@ const main = new Main( LinkedIn('https://www.linkedin.com/in/andras-schmelczer'), GitHubLink('https://github.com/schmelczer'), ], - lastEditText: 'Last modified on', + lastEditText: 'Last modified on ', }) );