From 70a4d2525475d9968c91586314391c363e6f2808 Mon Sep 17 00:00:00 2001
From: Tushar <47842976+tusharmagar@users.noreply.github.com>
Date: Sat, 23 Aug 2025 19:07:45 +0530
Subject: [PATCH] Update Discord URL across documentation and components (#219)
---
apps/docs/docs/getting-started/introduction.mdx | 2 +-
apps/rowboat/components/common/help-modal.tsx | 2 +-
apps/rowboat/components/common/product-tour.tsx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/docs/docs/getting-started/introduction.mdx b/apps/docs/docs/getting-started/introduction.mdx
index 846b5b95..f2e138b8 100644
--- a/apps/docs/docs/getting-started/introduction.mdx
+++ b/apps/docs/docs/getting-started/introduction.mdx
@@ -72,7 +72,7 @@ Need help using Rowboat? Join our community!
Join our growing discord community and interact with hundreds of developer using Rowboat!
diff --git a/apps/rowboat/components/common/help-modal.tsx b/apps/rowboat/components/common/help-modal.tsx
index c45eb6be..c3a4edba 100644
--- a/apps/rowboat/components/common/help-modal.tsx
+++ b/apps/rowboat/components/common/help-modal.tsx
@@ -56,7 +56,7 @@ export function HelpModal({ isOpen, onClose, onStartTour }: HelpModalProps) {
docs or reach out on discord.',
+ content: 'Come back here anytime to restart the tour.\nStill have questions? See our docs or reach out on discord.',
title: 'Step 9/9'
}
];