Skip to content

Commit

Permalink
Exclude tour button for domains page
Browse files Browse the repository at this point in the history
  • Loading branch information
FestiveKyle committed Oct 16, 2024
1 parent c6f064f commit 7356c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/userOnboarding/components/TourButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const toursConfig = {
// Start tour button will only appear on these pages
'/': 'landingPage',
// '/organizations': 'organizationsPage',
'/domains': 'domainPage',
// '/domains': 'domainPage',
// '/my-tracker/summary': ' myTrackerPage',
// '/dmarc-summaries': 'dmarcSummariesPage',
// '/admin/organizations': 'adminProfilePage',
Expand Down

0 comments on commit 7356c0f

Please sign in to comment.