Skip to content

Commit 8675518

Browse files
committed
🔀 :: (#760) 기숙사-봉사-신청-기능구현
2 parents 5d9078c + 9d69940 commit 8675518

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎feature/src/main/java/team/aliens/dms/android/feature/main/application/ApplicationScreen.kt‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,15 @@ private fun ApplicationCard(
324324
) {
325325
Text(text = buttonText)
326326
}
327+
ApplicationCard(
328+
modifier = Modifier
329+
.fillMaxWidth()
330+
.topPadding(),
331+
title = stringResource(id = R.string.volunteers_application),
332+
description = stringResource(id = R.string.volunteers_description),
333+
buttonText = stringResource(id = R.string.volunteers_do_description),
334+
onButtonClick = onNavigateToVolunteers,
335+
)
327336
}
328337
}
329338
}

0 commit comments

Comments
 (0)