1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +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

View File

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