mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 01:48:12 +09:00
fix(modland): use dns service instead of existence service
This commit is contained in:
@@ -20,7 +20,7 @@ const ModLandCard: React.FC<{ query: string }> = ({ query }) => {
|
||||
{(name) => (
|
||||
<DedicatedAvailability
|
||||
name={`${name}.mod.land`}
|
||||
service="existence"
|
||||
service="dns"
|
||||
message="Go to mod.land repository"
|
||||
link="https://github.com/denosaurs/mod.land"
|
||||
messageIfTaken={`Go to ${name}.mod.land`}
|
||||
|
Reference in New Issue
Block a user