Skip to content

Commit 60d9883

Browse files
committed
Update button and modal titles to reflect job submission context
1 parent 700ac44 commit 60d9883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Page/OpportunitiesHub/Jobs.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Navbar = () => {
2222
<div className="flex items-center justify-center">
2323
<StyledButton onClick={() => setIsModalOpen(true)}>
2424
<div className="blob1" />
25-
<div className="inner">Spotlight Your Competition Globally!</div>
25+
<div className="inner">Spotlight Your Jobs Globally!</div>
2626
</StyledButton>
2727
</div>
2828

@@ -35,7 +35,7 @@ const Navbar = () => {
3535
<div className="fixed inset-0 z-50 flex items-center justify-center bg-black bg-opacity-50">
3636
<div className="w-full max-w-md rounded-lg bg-gray-800 p-6 text-white">
3737
<div className="mb-4 flex items-center justify-between">
38-
<h2 className="text-xl font-semibold">Submit The Competition Details!</h2>
38+
<h2 className="text-xl font-semibold">Submit The Job Details!</h2>
3939
<button onClick={() => setIsModalOpen(false)} className="text-gray-400 hover:text-white">
4040
X
4141
</button>

0 commit comments

Comments
 (0)