Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/pages/LoadingPage/LoadingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ const LoadingPage = () => {
최대 30초까지 소요될 수 있어요
</Text>
</div>
<div
style={{
padding: "20px",
backgroundColor: "#f8f9fa",
borderRadius: "8px",
marginTop: "20px",
}}
></div>

<div className={styles.Image}>
<img src="/assets/img/img-loading.webp" alt="createReviewImg" />
</div>
Expand Down