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:
parent
be9765d064
commit
c9bc8e3e61
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user