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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user