Skip to content

Commit

Permalink
Merge pull request #52 from kotalco/development
Browse files Browse the repository at this point in the history
fix instructions in domain settings form
  • Loading branch information
mFarghaly authored May 2, 2024
2 parents 912375b + 5b777c1 commit 7a02219
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ export const DomainForm: React.FC<DomainFormProps> = ({ ip, domainName }) => {
<Alert className="max-w-lg">
{ip.ip_address && (
<AlertDescription>
Add DNS record of type A that maps <strong>{value}</strong> to{" "}
Add DNS record of type A that maps <strong>app.{value}</strong> to{" "}
<strong>{ip.ip_address}</strong>, <br />
Add DNS record of type A that maps <strong>
*.{value}
</strong> to <strong>{ip.ip_address}</strong>
Add DNS record of type A that maps{" "}
<strong>endpoints.{value}</strong> to{" "}
<strong>{ip.ip_address}</strong>
</AlertDescription>
)}

Expand Down

0 comments on commit 7a02219

Please sign in to comment.