Add FAQ links

closes #154
This commit is contained in:
Sad Ellie 2024-01-07 22:39:15 +03:00
parent caa2979d42
commit d257b9cad3
2 changed files with 3 additions and 1 deletions

View File

@ -44,3 +44,5 @@ Leave.
Terms and Conditions: https://sadellie.github.io/unitto/terms
Privacy Policy: https://sadellie.github.io/unitto/privacy
FAQ: https://sadellie.github.io/unitto/faq

View File

@ -110,7 +110,7 @@ fun AddTimeZoneScreen(
) { empty ->
if (empty) {
SearchPlaceholder(
onButtonClick = { openLink(mContext, "https://github.com/sadellie/unitto/wiki/Adding-more-time-zones") },
onButtonClick = { openLink(mContext, "https://sadellie.github.io/unitto/faq#add-time-zones") },
supportText = stringResource(R.string.time_zone_no_results_support),
buttonLabel = stringResource(R.string.time_zone_no_results_button),
)