mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-04 07:46:16 +02:00
fix: correct Rogue Support URL on Support the Project page (#472)
roguesupport.com changed to rogue.support (the actual domain). Updates href and display text in two places. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
efe6af9b24
commit
09c12e7574
|
|
@ -36,7 +36,7 @@ export default function SupportPage() {
|
||||||
<section className="mb-12">
|
<section className="mb-12">
|
||||||
<h2 className="text-2xl font-semibold mb-3">Need Help With Your Home Network?</h2>
|
<h2 className="text-2xl font-semibold mb-3">Need Help With Your Home Network?</h2>
|
||||||
<a
|
<a
|
||||||
href="https://roguesupport.com"
|
href="https://rogue.support"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="block mb-4 rounded-lg overflow-hidden hover:opacity-90 transition-opacity"
|
className="block mb-4 rounded-lg overflow-hidden hover:opacity-90 transition-opacity"
|
||||||
|
|
@ -52,12 +52,12 @@ export default function SupportPage() {
|
||||||
Think of it as Uber for computer networking — expert help when you need it.
|
Think of it as Uber for computer networking — expert help when you need it.
|
||||||
</p>
|
</p>
|
||||||
<a
|
<a
|
||||||
href="https://roguesupport.com"
|
href="https://rogue.support"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="inline-flex items-center gap-2 text-blue-600 hover:underline font-medium"
|
className="inline-flex items-center gap-2 text-blue-600 hover:underline font-medium"
|
||||||
>
|
>
|
||||||
Visit RogueSupport.com
|
Visit Rogue.Support
|
||||||
<IconExternalLink size={16} />
|
<IconExternalLink size={16} />
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user