Skip to content

Commit

Permalink
Merge pull request #2518 from rithviknishad/doctor-connect
Browse files Browse the repository at this point in the history
replace "Doctor Video" to "Doctor Connect"
  • Loading branch information
khavinshankar committed Jun 2, 2022
2 parents 8f7ddb5 + 008c9fb commit 271b418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Facility/ConsultationDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const ConsultationDetails = (props: any) => {
onClick={() => setShowDoctors(true)}
className="btn m-1 btn-primary hover:text-white"
>
Doctor Video
Doctor Connect
</button>
{patientData.last_consultation?.id && (
<Link
Expand Down
2 changes: 1 addition & 1 deletion src/Components/TeleIcu/Patient/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function TeleICUPatientPage({
onClick={() => setShowDoctors(true)}
className="btn m-1 btn-primary hover:text-white"
>
Doctor Video
Doctor Connect
</button>
{patient.last_consultation?.id && (
<Link
Expand Down

0 comments on commit 271b418

Please sign in to comment.