fix(nav): emergency guide back button goes to /home

This commit is contained in:
Manohar Gupta 2026-05-28 01:11:42 +05:30
parent bdb5199d5f
commit 774e8f29d4

View file

@ -31,7 +31,7 @@ export default function EmergencyPage() {
{/* Header */} {/* Header */}
<div className="sticky top-0 bg-red-500 text-white z-10"> <div className="sticky top-0 bg-red-500 text-white z-10">
<div className="flex items-center gap-3 p-4"> <div className="flex items-center gap-3 p-4">
<Link href="/medical" className="text-white/80 hover:text-white text-xl"></Link> <Link href="/home" className="text-white/80 hover:text-white text-xl"></Link>
<div> <div>
<h1 className="font-bold text-lg">Emergency Guide</h1> <h1 className="font-bold text-lg">Emergency Guide</h1>
<p className="text-red-100 text-xs">When to call the doctor immediately</p> <p className="text-red-100 text-xs">When to call the doctor immediately</p>