Skip to content

Commit 43e2c24

Browse files
committed
feat: Update location in registration modal and HIPAA Agreement
1 parent 0e96221 commit 43e2c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/pages/Dashboard/EMRTraining/Emrtraining.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const EmrTrainingComponent = () => {
8888
month: month,
8989
time: '2:00 PM - 5:00 PM',
9090
duration: '3 hours',
91-
location: 'Hyderabad'
91+
location: 'Hyderabad Branch'
9292
});
9393
setShowRegistrationModal(true);
9494
};

frontend/src/pages/Dashboard/EMRTraining/HipaaContent.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const HipaaContent = ({ onClose }) => {
2323
<div className="space-y-6">
2424
<div className="bg-gray-50 p-4 rounded-lg">
2525
<p className="text-gray-700 leading-relaxed">
26-
I, a student of <span className="font-semibold">(Medical College Name)</span>, hereby acknowledge and agree to the following terms and conditions while participating in the Electronic Medical Records (EMR) and Revenue Cycle Management (RCM) training conducted at <span className="font-semibold">Next Steps Career Corp</span>.
26+
I, hereby acknowledge and agree to the following terms and conditions while participating in the Electronic Medical Records (EMR) and Revenue Cycle Management (RCM) training conducted at <span className="font-semibold">Next Steps Career Corp</span>.
2727
</p>
2828
</div>
2929

0 commit comments

Comments
 (0)