Skip to content

Commit

Permalink
fixing merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmguo committed Nov 7, 2023
1 parent 6ed35f9 commit ec1a431
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/libs/react-ui/src/components/Modal/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const Dialog: FC<IDialogProps> = ({
<button
className={closeButtonClass}
onClick={onClose}
title="Close modal"
aria-label="Close Modal"
>
<SystemIcon.Close />
</button>
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec1a431

Please sign in to comment.