Skip to content

Commit

Permalink
Merge branch 'develop' into fix_mm_things
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis authored Dec 12, 2023
2 parents 647d954 + 94b178d commit 4c09b30
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const OnboardPager: React.FC<OnboardPagerProps> = ({ activeRoute }) => {
onClick={() => handleGoToPage(route.path)}
size='10px'
bg={route.path === activeRoute ? 'blue.500' : pageColor}
key={route.path}
/>
))
}, [activeRoute, handleGoToPage, pageColor])
Expand Down

0 comments on commit 4c09b30

Please sign in to comment.