Fix Medical page: link to Growth page

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Manohar Gupta 2026-05-10 16:20:37 +05:30
parent bfc1543b1c
commit 6c94aaf5de

View file

@ -174,8 +174,10 @@ export default function MedicalPage() {
{tab === "growth" && (
<div className="text-center py-8">
<p className="text-gray-500 mb-4">Growth tracking coming soon</p>
<p className="text-sm text-gray-400">Track weight, height, head circumference</p>
<p className="text-gray-500 mb-4">Growth tracking available</p>
<a href="/growth" className="px-4 py-2 bg-rose-400 text-white rounded-lg">
Go to Growth Page
</a>
</div>
)}
</div>