Skip to content

Commit fdde452

Browse files
committed
Use GH_NEW_ISSUE_URL in other modes detail
1 parent 8efc677 commit fdde452

File tree

1 file changed

+2
-3
lines changed
  • source/views/transportation/other-modes

1 file changed

+2
-3
lines changed

source/views/transportation/other-modes/detail.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import {tracker} from '../../../analytics'
88
import {Button} from '../../components/button'
99
import openUrl from '../../components/open-url'
1010
import type {OtherModeType} from '../types'
11-
12-
const AAO_URL = 'https://github.com/StoDevX/AAO-React-Native/issues/new'
11+
import {GH_NEW_ISSUE_URL} from '../../../globals'
1312

1413
const Title = glamorous.text({
1514
fontSize: 36,
@@ -60,7 +59,7 @@ export class OtherModesDetailView extends React.PureComponent<Props> {
6059
<Button onPress={this.onPress} title={'More Info'} />
6160

6261
<ListFooter
63-
href={AAO_URL}
62+
href={GH_NEW_ISSUE_URL}
6463
title="Collected by the humans of All About Olaf"
6564
/>
6665
</Container>

0 commit comments

Comments
 (0)