Skip to content

Commit

Permalink
Merge pull request #24 from mateuseap/develop
Browse files Browse the repository at this point in the history
Update job title in `Home` page
  • Loading branch information
mateuseap authored Oct 26, 2023
2 parents d564a81 + e3a0146 commit 92b2571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function Home() {
<div className='h-full w-full flex flex-col sm:flex-row gap-x-4 text-xs font-medium text-[#b0b0b0] border-[#909090] border-t border-b items-center justify-center pt-2 pb-2'>
<div className='flex gap-x-1 items-center'>
<BriefcaseIcon className='h-5 w-5' />
<div>Full Stack Developer @ Oncase</div>
<div>Software Engineer Trainee II @ Oncase</div>
</div>
<div className='flex gap-x-1 items-center'>
<AcademicCapIcon className='h-5 w-5' />
Expand Down

0 comments on commit 92b2571

Please sign in to comment.