Skip to content

Commit 8efc677

Browse files
committed
Make STO_SA_DICT_URL point at GH_NEW_ISSUE_URL
I didn't eliminate this in case we want to switch to a different overview page, but yeah.
1 parent 07b03d4 commit 8efc677

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/views/dictionary/detail.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ import {Markdown} from '../components/markdown'
55
import {ListFooter} from '../components/list'
66
import glamorous from 'glamorous-native'
77
import type {WordType} from './types'
8+
import {GH_NEW_ISSUE_URL} from '../../globals'
89

910
// TODO: This doesn't point at the SA dictionary because they don't have an
1011
// overview page.
11-
const STO_SA_DICT_URL = 'https://github.com/StoDevX/AAO-React-Native/issues/new'
12+
const STO_SA_DICT_URL = GH_NEW_ISSUE_URL
1213

1314
const Term = glamorous.text({
1415
fontSize: 36,

0 commit comments

Comments
 (0)