Skip to content

Commit 7d41d17

Browse files
committed
feat(about): add nyx to collaborators
1 parent 836a6e6 commit 7d41d17

File tree

1 file changed

+11
-0
lines changed
  • app/src/main/kotlin/com/metrolist/music/ui/screens/settings

1 file changed

+11
-0
lines changed

app/src/main/kotlin/com/metrolist/music/ui/screens/settings/AboutScreen.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,17 @@ fun AboutScreen(
243243
}
244244
)
245245

246+
Spacer(Modifier.height(8.dp))
247+
248+
Text(
249+
text = "Nyx",
250+
style = MaterialTheme.typography.titleMedium,
251+
color = MaterialTheme.colorScheme.secondary,
252+
modifier = Modifier.clickable {
253+
uriHandler.openUri("https://github.com/nyxiereal")
254+
}
255+
)
256+
246257
Spacer(Modifier.height(32.dp))
247258
}
248259

0 commit comments

Comments
 (0)