Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit 826e6087da - Show all commits

View File

@ -861,7 +861,7 @@ export default function AssessmentPage() {
</div> </div>
)) ))
) : ( ) : (
<Text className="text-lg text-gray-400">Data aspek kosong</Text> <Text className="text-base text-gray-400">Data aspek ini kosong</Text>
)} )}
</div> </div>
@ -882,7 +882,7 @@ export default function AssessmentPage() {
</div> </div>
)) ))
) : ( ) : (
<Text className="text-lg text-gray-400">Data sub-aspek kosong</Text> <Text className="text-sm text-gray-400">Data sub-aspek ini kosong</Text>
)} )}
</div> </div>
</Stack> </Stack>