Update Discord URL across documentation and components (#219)

This commit is contained in:
Tushar 2025-08-23 19:07:45 +05:30 committed by GitHub
parent 3eeb67e417
commit 70a4d25254
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -72,7 +72,7 @@ Need help using Rowboat? Join our community!
<Card
title="Discord"
icon="discord"
horizontal href="https://discord.gg/PCkH9TWC"
horizontal href="https://discord.gg/rxB8pzHxaS"
>
Join our growing discord community and interact with hundreds of developer using Rowboat!
</Card>

View file

@ -56,7 +56,7 @@ export function HelpModal({ isOpen, onClose, onStartTour }: HelpModalProps) {
</a>
<a
href="https://discord.gg/gtbGcqF4"
href="https://discord.gg/rxB8pzHxaS"
target="_blank"
rel="noopener noreferrer"
className="block"

View file

@ -51,7 +51,7 @@ const TOUR_STEPS: TourStep[] = [
},
{
target: 'tour-button',
content: 'Come back here anytime to restart the tour.\nStill have questions? See our <a href="https://docs.rowboatlabs.com/" target="_blank" class="text-indigo-600 hover:text-indigo-700 dark:text-indigo-400 dark:hover:text-indigo-300">docs</a> or reach out on <a href="https://discord.gg/gtbGcqF4" target="_blank" class="text-indigo-600 hover:text-indigo-700 dark:text-indigo-400 dark:hover:text-indigo-300">discord</a>.',
content: 'Come back here anytime to restart the tour.\nStill have questions? See our <a href="https://docs.rowboatlabs.com/" target="_blank" class="text-indigo-600 hover:text-indigo-700 dark:text-indigo-400 dark:hover:text-indigo-300">docs</a> or reach out on <a href="https://discord.gg/rxB8pzHxaS" target="_blank" class="text-indigo-600 hover:text-indigo-700 dark:text-indigo-400 dark:hover:text-indigo-300">discord</a>.',
title: 'Step 9/9'
}
];