feat(nav): rename Hosting link to 'Get a Plan'

More CTA-flavoured; differentiates from the WHP product mentioned
inside the docs.
This commit is contained in:
2026-05-17 17:24:41 -07:00
parent ccfe8bb649
commit 2cd10bc56d
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ const { siteTitleHref } = Astro.locals.starlightRoute;
</a> </a>
<nav class="ext-nav" aria-label="AnHonestHost links"> <nav class="ext-nav" aria-label="AnHonestHost links">
<a href="https://anhonesthost.com/" class="ext-link">Hosting</a> <a href="https://anhonesthost.com/" class="ext-link">Get a Plan</a>
<a href="https://secure.anhonesthost.com/clientarea.php" class="ext-link">Client Portal</a> <a href="https://secure.anhonesthost.com/clientarea.php" class="ext-link">Client Portal</a>
</nav> </nav>
</div> </div>

View File

@@ -205,7 +205,7 @@ const visibleProducts: Product[] = Array.from(byProduct.entries())
<span class="kb-label">Knowledge Base</span> <span class="kb-label">Knowledge Base</span>
</a> </a>
<nav class="ext-nav" aria-label="AnHonestHost links"> <nav class="ext-nav" aria-label="AnHonestHost links">
<a href="https://anhonesthost.com/" class="ext-link">Hosting</a> <a href="https://anhonesthost.com/" class="ext-link">Get a Plan</a>
<a href="https://secure.anhonesthost.com/clientarea.php" class="ext-link">Client Portal</a> <a href="https://secure.anhonesthost.com/clientarea.php" class="ext-link">Client Portal</a>
</nav> </nav>
</header> </header>