Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,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 Software Engineer Trainee II @ Oncase</div>
<div>Full Stack Software Engineer</div>
</div>
<div className='flex gap-x-1 items-center'>
<AcademicCapIcon className='h-5 w-5' />
Expand Down