mirror of
https://github.com/uetchy/namae.git
synced 2025-03-16 20:20:38 +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) => (
|
{(name) => (
|
||||||
<DedicatedAvailability
|
<DedicatedAvailability
|
||||||
name={`${name}.mod.land`}
|
name={`${name}.mod.land`}
|
||||||
service="existence"
|
service="dns"
|
||||||
message="Go to mod.land repository"
|
message="Go to mod.land repository"
|
||||||
link="https://github.com/denosaurs/mod.land"
|
link="https://github.com/denosaurs/mod.land"
|
||||||
messageIfTaken={`Go to ${name}.mod.land`}
|
messageIfTaken={`Go to ${name}.mod.land`}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user