Update page.tsx
This commit is contained in:
parent
644de0b957
commit
6cd0d42ad9
@ -88,7 +88,7 @@ const careApps = [
|
||||
</>
|
||||
),
|
||||
className: "from-red-500 to-orange-500",
|
||||
link: "https://github.com/ohcnetwork/care_scribe_fe",
|
||||
link: "https://git.ohn.foundation/OpenHealthcareNetwork/care.ohn.scribe",
|
||||
},
|
||||
{
|
||||
name: "HCX - Health Care Exchange",
|
||||
@ -105,7 +105,7 @@ const careApps = [
|
||||
/>
|
||||
</>
|
||||
),
|
||||
link: "https://github.com/ohcnetwork/care_hcx_fe",
|
||||
link: "https://git.ohn.foundation/OpenHealthcareNetwork/care.ohn.hcx",
|
||||
},
|
||||
{
|
||||
name: "ABDM - Ayushman Bharat Digital Mission",
|
||||
@ -122,7 +122,7 @@ const careApps = [
|
||||
/>
|
||||
</>
|
||||
),
|
||||
link: "https://github.com/ohcnetwork/care_abdm_fe",
|
||||
link: "https://git.ohn.foundation/OpenHealthcareNetwork/care.ohn.abdm",
|
||||
},
|
||||
];
|
||||
|
||||
@ -198,7 +198,7 @@ export default function Page() {
|
||||
</Text>
|
||||
<div className="flex items-center gap-4 mt-6">
|
||||
<Link
|
||||
href="https://github.com/ohcnetwork/care_fe"
|
||||
href="https://git.ohn.foundation/OpenHealthcareNetwork/care.ohn"
|
||||
className=" opacity-80 bg-white text-black px-4 py-2 rounded-full font-semibold hover:opacity-100 transition-all flex items-center"
|
||||
target="_blank"
|
||||
>
|
||||
@ -346,7 +346,7 @@ export default function Page() {
|
||||
</Heading>
|
||||
<div className="flex items-center justify-center flex-col md:flex-row gap-4 mt-6">
|
||||
<Link
|
||||
href="https://github.com/ohcnetwork/care_fe"
|
||||
href="https://git.ohn.foundation/OpenHealthcareNetwork/care.ohn"
|
||||
className=" opacity-80 bg-black text-white px-6 py-4 rounded-full font-semibold hover:opacity-100 transition-all flex items-center"
|
||||
target="_blank"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user