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 fb641b6 commit a0ba194
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}
tabIndex={0}
>
<div className={cnGuide('title')}>
{icon ? (
Expand Down

0 comments on commit a0ba194

Please sign in to comment.