We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ecd4f commit 512f954Copy full SHA for 512f954
1 file changed
src/lib/tour/welcome-tour.ts
@@ -16,7 +16,7 @@ export {
16
17
const SIDEBAR_TOGGLE_SEL = 'button[title="Toggle Sidebar"]';
18
const SIDEBAR_ROOT_SEL = '[data-slot="sidebar"]';
19
-const SIDEBAR_LINK = (href: string) => `[data-slot="sidebar"] a[href$="${href}"]`;
+const SIDEBAR_LINK = (href: string) => `[data-slot="sidebar-content"] a[href$="${href}"]`;
20
const USER_MENU_SEL = 'header button:has(> img.rounded-full)';
21
const TOUR = (tag: string) => `[data-tour="${tag}"]`;
22
0 commit comments