Skip to content

Commit

Permalink
Merge branch 'develop' into Fix-ohcnetwork#6433
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafMd-1 authored Dec 1, 2023
2 parents b9b2f43 + 47511a3 commit 1b8172a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/ABDM/ConfigureHealthFacility.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const ConfigureHealthFacility = (props: any) => {
>
{state.form.health_facility?.registered ? (
<>
<div className="tooltip-text tooltip-top -left-48 flex flex-col gap-4">
<div className="tooltip-text -ml-20 -mt-36 flex w-48 flex-col gap-4 whitespace-break-spaces">
<span className="text-gray-100">
The ABDM health facility is successfully linked with
care{" "}
Expand All @@ -192,7 +192,7 @@ export const ConfigureHealthFacility = (props: any) => {
</>
) : (
<>
<div className="tooltip-text tooltip-top -left-48 flex flex-col gap-4">
<div className="tooltip-text -ml-20 -mt-44 flex w-48 flex-col gap-4 whitespace-break-spaces">
<span className="text-gray-100">
The ABDM health facility is successfully linked with
care{" "}
Expand Down

0 comments on commit 1b8172a

Please sign in to comment.