mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 09:58:13 +09:00
fix: jump to domain directly
This commit is contained in:
@@ -92,9 +92,9 @@ const DomainCard: React.FC<{ query: string }> = ({ query }) => {
|
||||
{(name) => (
|
||||
<DedicatedAvailability
|
||||
name={name}
|
||||
message="Go to tld-list.com"
|
||||
message={`Go to ${name}`}
|
||||
service="domain"
|
||||
link={`https://tld-list.com/tld/${name.replace(/^.+?\./, '')}`}
|
||||
link={'http://' + name}
|
||||
icon={<MdDomain />}
|
||||
/>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user