Merapihkan Readme dan Merubah Judul "Sistem Unit" menjadi "USC Units"

This commit is contained in:
dend 2025-11-06 22:45:53 +07:00
parent 2cbe128a08
commit 5188f23db4
2 changed files with 1 additions and 11 deletions

View File

@ -193,14 +193,4 @@ data class BMIResult(
3. Masukkan berat badan (kg atau lbs) 3. Masukkan berat badan (kg atau lbs)
4. Tekan tombol "Hitung BMI" 4. Tekan tombol "Hitung BMI"
5. Lihat hasil BMI dengan kategori dan deskripsi lengkap 5. Lihat hasil BMI dengan kategori dan deskripsi lengkap
---
## 📈 Future Improvements
- [ ] Menyimpan riwayat perhitungan BMI
- [ ] Grafik trend BMI dari waktu ke waktu
- [ ] Rekomendasi diet dan olahraga
- [ ] Export hasil ke PDF
- [ ] Multi-language support
--- ---

View File

@ -87,7 +87,7 @@ fun UnitSystemCard(
) { ) {
Column { Column {
Text( Text(
text = "Sistem Unit", text = "USC Units",
style = MaterialTheme.typography.titleMedium, style = MaterialTheme.typography.titleMedium,
fontWeight = FontWeight.Bold fontWeight = FontWeight.Bold
) )