Skip to content

Commit

Permalink
update a couple step titles
Browse files Browse the repository at this point in the history
  • Loading branch information
frostyfan109 committed Sep 19, 2024
1 parent f0df2cb commit cf09e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contexts/tour-context/context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export const TourProvider = ({ children }: ITourProvider ) => {
element: searchBarDomMask.selector!,
on: 'bottom'
},
title: "Searching",
title: "Enter search query",
text: renderToStaticMarkup(
<div>
You can enter your search query here. In this example, we&apos;ll be looking at &quot;chronic pain.&quot;
Expand Down Expand Up @@ -488,7 +488,7 @@ export const TourProvider = ({ children }: ITourProvider ) => {
]
},
scrollTo: false,
title: "Expanded concept view",
title: "Exploring concept information",
text: renderToStaticMarkup(
<div>
You can click on each of the tabs in the side bar for more detailed information, such as
Expand Down

0 comments on commit cf09e55

Please sign in to comment.