1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 12:30:32 +09:00

feat: add name-rs to github card

This commit is contained in:
uetchy 2020-08-20 00:57:24 +09:00
parent 6771c6d357
commit a31c13e725

View File

@ -8,8 +8,13 @@ const GithubCard: React.FC<{query: string}> = ({query}) => {
const {t} = useTranslation(); const {t} = useTranslation();
const lowerCase = query.toLowerCase(); const lowerCase = query.toLowerCase();
const names = [query, `${lowerCase}-dev`, `${lowerCase}-team`]; const names = [query, `${lowerCase}-dev`, `${lowerCase}-org`]
const moreNames = [`${lowerCase}hq`, `${lowerCase}-org`, `${lowerCase}js`]; const moreNames = [
`${lowerCase}hq`,
`${lowerCase}-team`,
`${lowerCase}js`,
`${lowerCase}-rs`,
]
return ( return (
<Card title={t('providers.github')}> <Card title={t('providers.github')}>