Skip to content

Commit 4ed8ebc

Browse files
Removing useless change
1 parent 77e19c2 commit 4ed8ebc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/App/ContentWrapper/ContentWrapper.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ type ContentWrapperProps = {
66

77
export const ContentWrapper = ({ children }: ContentWrapperProps) => {
88
return (
9-
<span id="content-wrap" className="sap-margin-top-tiny">
10-
<span className="content-scroll">{children}</span>
11-
</span>
9+
<div id="content-wrap" className="sap-margin-top-tiny">
10+
<div className="content-scroll">{children}</div>
11+
</div>
1212
);
1313
};

0 commit comments

Comments
 (0)