Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
alii committed Jun 4, 2024
1 parent 14bd792 commit 085f6a3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,25 @@ export default function Home(props: Props) {
key: 'intro',
content: (
<>
Hi there, I'm <span className="font-serif">Alistair</span> 👋
Hi there, I'm <span className="font-serif">Alistair</span>. I'm a software
engineer
</>
),
},
{
key: 'work',
content: (
<>
I am currently super busy working on{' '}
Currently I'm working on{' '}
<Link
target="_blank"
href="https://cubby.nyc"
className="nice-underline-neutral-400 dark:nice-underline-neutral-200/50"
>
Cubby
</Link>
. It's a private workspace for researching all types of content &amp; media
. It's a powerful private workspace for researching all types of content &amp;
media
</>
),
},
Expand Down

0 comments on commit 085f6a3

Please sign in to comment.