Skip to content

Commit

Permalink
replaced uerid with src
Browse files Browse the repository at this point in the history
  • Loading branch information
Srish-ty committed Jul 12, 2024
1 parent 5df34a9 commit 1758ed7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"ldrs": "^1.0.2",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.4",
"react-helmet": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/events/IndividualEventModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const IndiEventModal = ({
<Container onScroll={handleScroll}>
<Text>{EventTitle}</Text>
<TextSub>(*single member Participation*)</TextSub>
<TextHead className="text-lg font-bold">User ID</TextHead>
<TextHead className="text-lg font-bold">Enter srcID</TextHead>
<InputContainer1>
<Input
type="text"
Expand Down
4 changes: 2 additions & 2 deletions src/components/events/TeamEventModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ export const TeamEventModal = ({
/>
</div>
<div>
<TextHead>Team Lead ID</TextHead>
<TextHead>Team Lead srcID</TextHead>
<Input
type="text"
placeholder="Enter Team Lead ID"
placeholder="Enter Team Lead srcID"
value={formData.teamleadid}
onChange={(e) => handleChange('teamleadid', e.target.value)}
/>
Expand Down
1 change: 0 additions & 1 deletion src/components/marginals/Nav_Hero/ProfileMenuDropDown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function ProfileMenuDropDown({ setProfileOpen, user }) {
{!user.srcID && (
<PaymentButton>
<Link target="_blank" to={DescriptionContent.paymentLink}>
{' '}
Pay Now
</Link>
</PaymentButton>
Expand Down

0 comments on commit 1758ed7

Please sign in to comment.