Merge branch '313-user-feedback-broken-wiki-link' into 'master'

Corrects wiki link

Closes #313

See merge request bloodyhealth/drip!189
This commit is contained in:
bl00dymarie
2019-03-02 11:00:43 +00:00
5 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ export default class Home extends Component {
{ isShowingMore &&
<View>
<AppText styles={styles.paragraph}>
{ `${statusText} ${links.moreAboutNfp.url}` }
{ `${statusText} ${links.wiki.url}.` }
</AppText>
</View>
}