Skip to content

Commit

Permalink
fix classnam
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Sep 20, 2024
1 parent efc5fdd commit 60c02b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const SnapUIFooterButton: FunctionComponent<
<Button
className={classnames('snap-ui-renderer__footer-button', {
'snap-ui-renderer__footer-button--disabled': disabled,
'no-snap-branding': hideSnapBranding,
'hide-snap-branding': hideSnapBranding,
})}
type={type}
form={form}
Expand Down

0 comments on commit 60c02b7

Please sign in to comment.