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

feat: Add domain suggestions (#125)

This commit is contained in:
Arnaud Lier 2020-08-04 16:28:39 +02:00 committed by GitHub
parent be9765d064
commit c9bc8e3e61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,11 @@ const DomainCard: React.FC<{query: string}> = ({query}) => {
`${lowerCase}.build`, `${lowerCase}.build`,
`${lowerCase}.run`, `${lowerCase}.run`,
`get${lowerCase}.com`, `get${lowerCase}.com`,
`${lowerCase}.net`,
`${lowerCase}.eu`,
`${lowerCase}.info`,
`${lowerCase}.biz`,
`${lowerCase}.website`,
]; ];
return ( return (