summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorMichal Sapka <michal@sapka.me>2022-09-04 21:54:59 +0200
committerMichal Sapka <michal@sapka.me>2022-09-04 21:54:59 +0200
commit2a993a9f2f6000097a6aee12f7ed994713e4cbab (patch)
tree77475e6065f4c62ea95902cc3a5eb7e6123e212b /pages
parent7ebb5a4823731429e1fbb6677bc5c9253d033fd8 (diff)
feat: remove hobbies
Diffstat (limited to 'pages')
-rw-r--r--pages/index.tsx9
1 files changed, 2 insertions, 7 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index c2ef3a17..d7677670 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -60,13 +60,8 @@ const Home: NextPage = () => {
<BioEntry date="2016" description="Joined Zendesk"/>
</Box>
- <Box as="section">
- <Heading variant="section-title" as="h3">I enjoy</Heading>
- <Text>
-Non-action movies, anime and manga, classic PC games (with huge love for adventure ganre), literature, jazz.
- </Text>
- </Box>
- <Box as="section">
+
+ <Box as="section">
<Heading variant="section-title" as="h3">Recent publications</Heading>
<VStack spacing="1" alignItems="start">
{Publications.map((value, key) => {