We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb9951 commit 932e7e5Copy full SHA for 932e7e5
source/views/contacts/contact-detail.js
@@ -10,8 +10,7 @@ import {tracker} from '../../analytics'
10
import {Button} from '../components/button'
11
import openUrl from '../components/open-url'
12
import type {ContactType} from './types'
13
-
14
-const AAO_URL = 'https://github.com/StoDevX/AAO-React-Native/issues/new'
+import {GH_NEW_ISSUE_URL} from '../../globals'
15
16
const Title = glamorous.text({
17
fontSize: 36,
@@ -93,7 +92,7 @@ export class ContactsDetailView extends React.PureComponent<Props> {
93
92
<Button onPress={this.onPress} title={contact.buttonText} />
94
95
<ListFooter
96
- href={AAO_URL}
+ href={GH_NEW_ISSUE_URL}
97
title="Collected by the humans of All About Olaf"
98
/>
99
</Container>
0 commit comments