Skip to content

Commit

Permalink
textual changes
Browse files Browse the repository at this point in the history
Signed-off-by: Max Schmidt <[email protected]>
  • Loading branch information
mooxl committed Sep 4, 2024
1 parent a277f10 commit 6a33fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/me.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Me = (data: { translation: Translation["me"] }) => (
<div class="flex md:flex-col justify-between gap-10 md:gap-y-3 items-center md:items-start">
<div class="md:order-2">
<h1>Max Schmidt</h1>
<h2 class="my-1">Software Engineer</h2>
<h2 class="my-1">Web Engineer</h2>
<p class="whitespace-pre-wrap">{data.translation.text}</p>
</div>
<img
Expand Down

0 comments on commit 6a33fa2

Please sign in to comment.