Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 94e0941

Browse files
author
dengjun
committed
ci:adjust UI
1 parent 8285b13 commit 94e0941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Loading/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Loading = (props) => {
1616
width={width}
1717
/>
1818
</div>
19-
<h4>LOADING</h4>
19+
<h6>LOADING</h6>
2020
<span>We are processing your gigs data</span>
2121
</div>
2222
</div>

src/components/Loading/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
flex-direction: column;
1313
justify-content: center;
1414
align-items: center;
15-
& > h4 {
15+
& > h6 {
1616
margin-top: 15px;
1717
font-size: 20px;
1818
color: $tc-turquoise-dark1;

0 commit comments

Comments
 (0)