Skip to content

Commit

Permalink
[#362] Fix deprecated bootstrap classes
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan authored and blcham committed Nov 4, 2024
1 parent 5ac92ff commit 7a5a394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/wizard/WizardStep.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ const WizardStep = (props) => {

const _renderWizardStepButtons = () => {
return (
<ButtonToolbar className="m-3 float-right">
<ButtonToolbar className="m-3 float-end">
{!props.isFirstStep && (
<Button
className="mr-2"
className="me-2"
onClick={onPreviousStep}
variant="primary"
size="sm"
Expand Down

0 comments on commit 7a5a394

Please sign in to comment.