michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit 2a993a9f2f6000097a6aee12f7ed994713e4cbab
parent 7ebb5a4823731429e1fbb6677bc5c9253d033fd8
Author: Michal Sapka <michal@sapka.me>
Date:   Sun,  4 Sep 2022 21:54:59 +0200

feat: remove hobbies

Diffstat:
Mpages/index.tsx | 9++-------
1 file changed, 2 insertions(+), 7 deletions(-)

diff --git 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) => {