Commit dfbc9af 1 parent 13af596 commit dfbc9af Copy full SHA for dfbc9af
File tree 3 files changed +0
-11
lines changed
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ import {
121
121
useUserPreferences ,
122
122
useUserUnitSystem ,
123
123
} from "~/lib/hooks" ;
124
- import { useOnboardingTour } from "~/lib/state/general" ;
125
124
import { useReviewEntity } from "~/lib/state/media" ;
126
125
import type { action } from "~/routes/actions" ;
127
126
import classes from "~/styles/common.module.css" ;
@@ -1473,9 +1472,3 @@ export const ExpireCacheKeyButton = (props: {
1473
1472
</ Form >
1474
1473
) ;
1475
1474
} ;
1476
-
1477
- export const StartOnboardingTourButton = ( ) => {
1478
- const { startTour } = useOnboardingTour ( ) ;
1479
-
1480
- return < Button onClick = { startTour } > Start onboarding tour</ Button > ;
1481
- } ;
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import {
24
24
DisplaySummarySection ,
25
25
ExpireCacheKeyButton ,
26
26
ProRequiredAlert ,
27
- StartOnboardingTourButton ,
28
27
} from "~/components/common" ;
29
28
import { DisplayCollectionEntity } from "~/components/common" ;
30
29
import { MetadataDisplayItem } from "~/components/media" ;
@@ -111,7 +110,6 @@ export default function Page() {
111
110
return (
112
111
< Container >
113
112
< Stack gap = { 32 } >
114
- < StartOnboardingTourButton />
115
113
< ClientOnly >
116
114
{ ( ) =>
117
115
dashboardMessage && isAlertDismissed === "false" ? (
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ import { ClientOnly } from "remix-utils/client-only";
50
50
import { match } from "ts-pattern" ;
51
51
import { withQuery } from "ufo" ;
52
52
import { z } from "zod" ;
53
- import { StartOnboardingTourButton } from "~/components/common" ;
54
53
import {
55
54
applicationBaseUrl ,
56
55
dayjsLib ,
@@ -251,7 +250,6 @@ export default function Page() {
251
250
</ Button >
252
251
</ Stack >
253
252
</ Form >
254
- < StartOnboardingTourButton />
255
253
</ Stack >
256
254
</ Tabs . Panel >
257
255
< Tabs . Panel value = "sharing" >
You can’t perform that action at this time.
0 commit comments