File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
source/views/transportation/other-modes Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ import {tracker} from '../../../analytics'
88import { Button } from '../../components/button'
99import openUrl from '../../components/open-url'
1010import 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
1413const 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 >
You can’t perform that action at this time.
0 commit comments