Skip to content

Commit

Permalink
Update role terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
miugel committed Sep 14, 2021
1 parent 6c8521f commit 858d9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/home.js
Expand Up @@ -48,7 +48,7 @@ export const Home = () => {
<HomeContainer>
<h1 className='name no-opacity' ref={element => {name = element}}>miguel nicolas</h1>
<p className='about no-opacity' ref={element => {about = element}}>
Hi! I'm a software developer based in New Jersey passionate about high-quality interfaces and pleasant user experiences. Currently at <a className='company-link' href='https://www.shopify.com/about' target='_blank' rel='noopener noreferrer'>Shopify</a>.
Hi! I'm a software engineer based in New Jersey passionate about high-quality interfaces and pleasant user experiences. Currently at <a className='company-link' href='https://www.shopify.com/about' target='_blank' rel='noopener noreferrer'>Shopify</a>.
</p>
<div className='navigation-buttons no-opacity' ref={element => {navigationButtons = element}}>
<Link to='/skills'><Button text='skills' /></Link>
Expand All @@ -62,4 +62,4 @@ export const Home = () => {
</div>
</HomeContainer>
);
};
};

0 comments on commit 858d9b3

Please sign in to comment.