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:
parent
6771c6d357
commit
a31c13e725
@ -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')}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user