Skip to content

Commit

Permalink
feat(blog): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-jpg committed Dec 10, 2023
1 parent a0ba194 commit 806f2ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/OnboardingGuide/Guide/Guide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const Guide = ({
className={cnGuide('header', {state: expand && 'expanded'})}
onClick={onHeaderClick}
onKeyDown={onHeaderClick}
role="button"
tabIndex={0}
>
<div className={cnGuide('title')}>
Expand Down

0 comments on commit 806f2ea

Please sign in to comment.