mirror of
https://github.com/uetchy/namae.git
synced 2025-07-01 22:10:04 +09:00
feat: add .org
This commit is contained in:
parent
29e4b371ea
commit
fd7ba06cf5
@ -18,6 +18,12 @@ export default function DomainCard({ name }) {
|
|||||||
url={`https://${name}.dev`}
|
url={`https://${name}.dev`}
|
||||||
icon={<FaMapSigns />}
|
icon={<FaMapSigns />}
|
||||||
/>
|
/>
|
||||||
|
<DedicatedAvailability
|
||||||
|
name={`${name}.org`}
|
||||||
|
provider="domain"
|
||||||
|
url={`https://${name}.org`}
|
||||||
|
icon={<FaMapSigns />}
|
||||||
|
/>
|
||||||
</Card>
|
</Card>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user