mirror of
https://github.com/uetchy/namae.git
synced 2025-03-16 12:10:32 +09:00
fix(modland): use dns service instead of existence service
This commit is contained in:
parent
34e9db922f
commit
2e7de6072a
@ -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`}
|
||||
|
Loading…
x
Reference in New Issue
Block a user