Commit cb338c6 1 parent c0cab43 commit cb338c6 Copy full SHA for cb338c6
File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,6 @@ export default function App() {
135
135
< OnboardingTour
136
136
maw = { 400 }
137
137
tour = { tourSteps }
138
- withNextButton = { false }
139
- withPrevButton = { false }
140
138
started = { isTourStarted }
141
139
onOnboardingTourEnd = { stopTour }
142
140
onOnboardingTourClose = { stopTour }
Original file line number Diff line number Diff line change @@ -828,10 +828,10 @@ const LinksGroup = ({
828
828
const allLinks = ( hasLinks ? links || [ ] : [ ] ) . filter ( ( s ) => s !== undefined ) ;
829
829
const items = allLinks . map ( ( link ) => (
830
830
< NavLink
831
- className = { classes . link }
832
831
to = { link . link }
833
832
key = { link . label }
834
833
onClick = { toggle }
834
+ className = { classes . link }
835
835
>
836
836
{ ( { isActive } ) => (
837
837
< span style = { isActive ? { textDecoration : "underline" } : undefined } >
You can’t perform that action at this time.
0 commit comments