mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +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 lowerCase = query.toLowerCase();
|
||||
|
||||
const names = [query, `${lowerCase}-dev`, `${lowerCase}-team`];
|
||||
const moreNames = [`${lowerCase}hq`, `${lowerCase}-org`, `${lowerCase}js`];
|
||||
const names = [query, `${lowerCase}-dev`, `${lowerCase}-org`]
|
||||
const moreNames = [
|
||||
`${lowerCase}hq`,
|
||||
`${lowerCase}-team`,
|
||||
`${lowerCase}js`,
|
||||
`${lowerCase}-rs`,
|
||||
]
|
||||
|
||||
return (
|
||||
<Card title={t('providers.github')}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user