Skip to content

Commit

Permalink
feat: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
3bobchen committed Feb 13, 2025
1 parent 294f24e commit 48d39ed
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions frontend/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,27 @@ const HomePage = () => {
return (
<div className="text-center">
<RecruitmentModal open={openModal} onClose={() => setOpenModal(false)} />
<div style={{
position: 'absolute',
top: 0,
width: '100%',
display: 'flex',
justifyContent: 'center',
padding: '1rem 2rem',
background: '#F76B15',
zIndex: 101,
}}>
<div
style={{
position: 'absolute',
top: 0,
width: '100%',
display: 'flex',
justifyContent: 'center',
padding: '1rem 2rem',
background: '#F76B15',
zIndex: 101
}}
>
<span>
⚠ Jobsboard has been retired and is no longer being maintained. Advertisers can <a style={{fontWeight: '600', textDecoration: 'underline'}} href='https://devsoc.app/about-us'>contact DevSoc ⎋</a> for alternative ways to reach students.
⚠ Jobsboard has been retired and is no longer being maintained. Advertisers can{' '}
<a
style={{ fontWeight: '600', textDecoration: 'underline' }}
href="https://devsoc.app/about-us"
>
contact DevSoc ⎋
</a>{' '}
for alternative ways to reach students.
</span>
</div>
<Header
Expand Down

0 comments on commit 48d39ed

Please sign in to comment.