fix(nav): emergency guide back button goes to /home
This commit is contained in:
parent
bdb5199d5f
commit
774e8f29d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue