1
0
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:
uetchy 2022-06-04 17:01:04 +09:00
parent 34e9db922f
commit 2e7de6072a

View File

@ -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`}