diff options
author | Michal Sapka <michal@sapka.me> | 2022-09-07 21:49:11 +0200 |
---|---|---|
committer | Michal Sapka <michal@sapka.me> | 2022-09-07 21:49:11 +0200 |
commit | 656639d9caac54db1a2160e529e06077829fa447 (patch) | |
tree | 5d5a014752b606542609099a36dc289a7e7fa63a | |
parent | 595eb4abb305b0b383fac1e882dcd3db3cca9322 (diff) |
fix: change copy so it fits a line
-rw-r--r-- | pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index 261624d..f6a0754 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -42,7 +42,7 @@ const Home: NextPage = () => { <Stack width="100%" direction={["column", "column", "row"]}> <Box flex="1"> <Heading variant="main-title">MichaĆ Sapka</Heading> - <Text variant="main-title">Self-though Senior Software Engineer working at Zendesk.</Text> + <Text variant="main-title">Senior Software Engineer working at Zendesk.</Text> </Box> <Box textAlign="center"> <CImage |