Skip to content

Commit

Permalink
chore: role link conditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Dec 18, 2024
1 parent 6af169b commit 6678b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuselage/src/components/Sidebar/SidebarBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const SidebarBanner = ({
{text && <div className='rcx-sidebar-banner--text'>{text}</div>}
{description && (
<div
role='link'
role={onClick ? 'link' : undefined}
tabIndex={0}
className={[
'rcx-sidebar-banner--description',
Expand Down

0 comments on commit 6678b02

Please sign in to comment.