Skip to content

Commit

Permalink
Merge pull request #146 from sparksuite/remote-health-for-part-time
Browse files Browse the repository at this point in the history
Limit health coverage to full-time team members
  • Loading branch information
WesCossick authored Jan 24, 2025
2 parents 03943fb + bee8fcb commit 84ade96
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions src/components/compensation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ const FlexDiv = styled.div`
width: 48%;
text-align: center;
&:only-child {
margin: 0 auto;
}
p {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -122,21 +126,23 @@ const Compensation: React.FC = () => {
<Divider text='plus' />

<FlexDiv>
<div>
<Figure
amount='50%'
subtitle='OF BASE HEALTH PLAN PREMIUM'
color='blue'
smaller
infoURL='https://handbook.sparksuite.com/benefits/health.html'
/>

<p>
Company contribution of 50% of the cost of your base health plan’s
premium toward any of the health plans offered. We also offer vision
and dental plans, plus HSAs to help reduce your taxes.
</p>
</div>
{selectedPosition !== 'Office Assistant' && (
<div>
<Figure
amount='50%'
subtitle='OF BASE HEALTH PLAN PREMIUM'
color='blue'
smaller
infoURL='https://handbook.sparksuite.com/benefits/health.html'
/>

<p>
Company contribution of 50% of the cost of your base health plan’s
premium toward any of the health plans offered. We also offer
vision and dental plans, plus HSAs to help reduce your taxes.
</p>
</div>
)}

<div>
<Figure
Expand Down

0 comments on commit 84ade96

Please sign in to comment.