Skip to content

Commit

Permalink
fix: forked the latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
syedfardeenjeelani committed Oct 13, 2024
2 parents 8701a7e + 6184727 commit cd9c325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Components/Facility/PatientNotesSlideover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function PatientNotesSlideover(props: PatientNotesProps) {
className="tooltip text-lg transition-all delay-150 duration-300 ease-out"
/>
<span className="tooltip-text tooltip-bottom -translate-x-[4.9rem] text-xs">
{t(`full_screen`)}
{t("full_screen")}
</span>
</Link>
)}
Expand All @@ -162,7 +162,7 @@ export default function PatientNotesSlideover(props: PatientNotesProps) {
className="tooltip text-lg transition-all delay-150 duration-300 ease-out"
/>
<span className="tooltip-text tooltip-top rotate-[-180deg] text-xs">
{t(`minimize`)}
{t("minimize")}
</span>
</div>
<div
Expand All @@ -174,7 +174,7 @@ export default function PatientNotesSlideover(props: PatientNotesProps) {
className="tooltip text-lg transition-all delay-150 duration-300 ease-out"
/>
<span className="tooltip-text tooltip-bottom -translate-x-11 text-xs">
{t(`close`)}
{t("close")}
</span>
</div>
</div>
Expand Down

0 comments on commit cd9c325

Please sign in to comment.