Skip to content

Commit da0edd9

Browse files
committed
fix: styling justify content removed not needed.
1 parent f543c12 commit da0edd9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Banners/PostMergeBanner.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const PostMergeBanner: React.FC<IProps> = ({ translationString }) => (
1414
as={BannerNotification}
1515
shouldShow={true}
1616
zIndex={1}
17-
justifyContent="center"
1817
textAlign="center"
1918
sx={{
2019
a: {

0 commit comments

Comments
 (0)