Skip to content

Commit 47d52ea

Browse files
chriscrosstalkclaude
authored andcommitted
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>
1 parent 8b96793 commit 47d52ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

admin/inertia/pages/settings/support.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function SupportPage() {
3636
<section className="mb-12">
3737
<h2 className="text-2xl font-semibold mb-3">Need Help With Your Home Network?</h2>
3838
<a
39-
href="https://roguesupport.com"
39+
href="https://rogue.support"
4040
target="_blank"
4141
rel="noopener noreferrer"
4242
className="block mb-4 rounded-lg overflow-hidden hover:opacity-90 transition-opacity"
@@ -52,12 +52,12 @@ export default function SupportPage() {
5252
Think of it as Uber for computer networking — expert help when you need it.
5353
</p>
5454
<a
55-
href="https://roguesupport.com"
55+
href="https://rogue.support"
5656
target="_blank"
5757
rel="noopener noreferrer"
5858
className="inline-flex items-center gap-2 text-blue-600 hover:underline font-medium"
5959
>
60-
Visit RogueSupport.com
60+
Visit Rogue.Support
6161
<IconExternalLink size={16} />
6262
</a>
6363
</section>

0 commit comments

Comments
 (0)