feat(diagnosis): add back to history button and update UI icons

- Add "Kembali ke Riwayat" button to `diagnosis-detail-page.tsx` for better navigation flow.
- Update camera icon in `diagnose-result-view.tsx` to align with the new UI design.
- Resolve merge conflicts with main to sync latest workflow changes.
This commit is contained in:
seriouselly
2026-06-15 01:20:41 +07:00
parent 4b5530ef73
commit 56b683392c
2 changed files with 4 additions and 9 deletions
+1 -5
View File
@@ -71,11 +71,7 @@ export function DiagnosisDetailPage() {
Hasil deteksi AI dan panduan edukasi
</p>
</div>
<Button
asChild
variant="outline"
className="border-[#214B11] text-[#214B11] hover:bg-[#214B11] hover:text-white"
>
<Button asChild variant="outline">
<Link to="/diagnoses">Kembali ke Riwayat</Link>
</Button>
</div>