change link to the lite.ghostchain.io

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2025-07-22 14:24:32 +03:00
parent 3063903ce6
commit 47f828331f
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB

View File

@ -35,11 +35,11 @@ export const Settings: React.FC = () => {
<Link <Link
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
to={"https://health.extension.ghostchain.io"} to={"https://lite.ghostchain.io"}
> >
<div className="flex flex-row justify-between"> <div className="flex flex-row justify-between">
<HeartPulse className="w-4 h-4 mr-2 text-primary hover:text-foreground" /> <HeartPulse className="w-4 h-4 mr-2 text-primary hover:text-foreground" />
Check Health GHOST Lite
</div> </div>
</Link> </Link>
</Button> </Button>