Fix Medical page: link to Growth page
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
bfc1543b1c
commit
6c94aaf5de
1 changed files with 4 additions and 2 deletions
|
|
@ -174,8 +174,10 @@ export default function MedicalPage() {
|
||||||
|
|
||||||
{tab === "growth" && (
|
{tab === "growth" && (
|
||||||
<div className="text-center py-8">
|
<div className="text-center py-8">
|
||||||
<p className="text-gray-500 mb-4">Growth tracking coming soon</p>
|
<p className="text-gray-500 mb-4">Growth tracking available</p>
|
||||||
<p className="text-sm text-gray-400">Track weight, height, head circumference</p>
|
<a href="/growth" className="px-4 py-2 bg-rose-400 text-white rounded-lg">
|
||||||
|
Go to Growth Page
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue