1
0
mirror of https://github.com/uetchy/namae.git synced 2025-07-01 22:10:04 +09:00

Merge pull request #82 from 3x/patch-1

Add .run domain
This commit is contained in:
uetchy 2020-06-23 11:03:30 +09:00 committed by GitHub
commit 732782ce3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ const DomainCard: React.FC<{query: string}> = ({query}) => {
`${lowerCase}.tools`,
`${lowerCase}.design`,
`${lowerCase}.build`,
`${lowerCase}.run`,
`get${lowerCase}.com`,
];