Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
feat: update register link
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Nov 18, 2023
1 parent 8d145eb commit 62a7a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1 class="text-3xl font-bold mb-6">Subdomain Checker</h1>

if(data.message === "DOMAIN_AVAILABLE") {
status.classList = "text-green-600 font-semibold";
status.innerHTML = `Congratulations, ${subdomain.value.trim().toLowerCase()}.${domain.value} is available! <a href="https://github.com/free-domains/register#register" class="underline underline-2 hover:no-underline">Register now!</span>`;
status.innerHTML = `Congratulations, ${subdomain.value.trim().toLowerCase()}.${domain.value} is available! <a href="https://github.com/free-domains/register?tab=readme-ov-file#-register" class="underline underline-2 hover:no-underline">Register now!</span>`;
} else {
status.classList = "text-red-600 font-semibold";
status.innerHTML = `Sorry, ${subdomain.value.trim().toLowerCase()}.${domain.value} is unavailable!`;
Expand Down

0 comments on commit 62a7a0a

Please sign in to comment.