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 07b03d4 commit 8efc677Copy full SHA for 8efc677
source/views/dictionary/detail.js
@@ -5,10 +5,11 @@ import {Markdown} from '../components/markdown'
5
import {ListFooter} from '../components/list'
6
import glamorous from 'glamorous-native'
7
import type {WordType} from './types'
8
+import {GH_NEW_ISSUE_URL} from '../../globals'
9
10
// TODO: This doesn't point at the SA dictionary because they don't have an
11
// overview page.
-const STO_SA_DICT_URL = 'https://github.com/StoDevX/AAO-React-Native/issues/new'
12
+const STO_SA_DICT_URL = GH_NEW_ISSUE_URL
13
14
const Term = glamorous.text({
15
fontSize: 36,
0 commit comments