From 6977eb0132a61e3f890ae68ace41b2acff6533e3 Mon Sep 17 00:00:00 2001 From: Michal Sapka Date: Sun, 4 Sep 2022 22:19:33 +0200 Subject: style: fix lint problems --- pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages') diff --git a/pages/index.tsx b/pages/index.tsx index d7677670..1212d08b 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -49,7 +49,7 @@ const Home: NextPage = () => { About me - I am a self-thought software engineer working at Zendesk. Even though I started my professional programming life relatively late in life, I've been passionate about computers since I was ten. I love the process of creating software. Even though I consider caring about the product a requisite, the technical side strongly drives me. I take pride in what and how I do things. I have most extensive experience working with Ruby on Rails and relative databases. Still, I am expanding my knowledge around service-oriented architecture, no-SQL databases, and other languages - currently, I am trying to get the hang of Golang and MongoDB. I am also trying to get familiar with the modern ReactJS ecosystem. + I am a self-thought software engineer working at Zendesk. Even though I started my professional programming life relatively late in life, I've been passionate about computers since I was ten. I love the process of creating software. Even though I consider caring about the product a requisite, the technical side strongly drives me. I take pride in what and how I do things. I have most extensive experience working with Ruby on Rails and relative databases. Still, I am expanding my knowledge around service-oriented architecture, no-SQL databases, and other languages - currently, I am trying to get the hang of Golang and MongoDB. I am also trying to get familiar with the modern ReactJS ecosystem. @@ -65,7 +65,7 @@ const Home: NextPage = () => { Recent publications {Publications.map((value, key) => { - return + return {value.name} -- cgit v1.2.3