Skip to content

Commit

Permalink
Updating hero text
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNickOfTime committed Apr 22, 2024
1 parent 832520b commit e1eb6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/home/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export default function Hero() {
<img id='hero-image' src='/hero.png' alt='hero-portrait' />
<div id='hero-foreground'>
<div id='inner'>
<div id='primary'>Hey, I'm Nick</div>
<div id='secondary'>A Developer</div>
<div id='primary'>Hello there!</div>
<div id='secondary'>I'm Nick, a Developer.</div>
</div>
</div>
</div>
Expand Down

0 comments on commit e1eb6cc

Please sign in to comment.