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:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user