Skip to content

Commit

Permalink
feat: change wording to warn (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
junglesub authored Dec 11, 2024
1 parent 5ed083a commit a44883d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/front/src/components/MainDisplay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ function MainDisplay({ children, noCount = false }) {
component="main"
sx={{ flexGrow: 1, px: 1.5, pb: 6, maxWidth: 700, mx: "auto" }}
>
<Alert variant="filled" severity="error" sx={{ borderRadius: 0 }}>
<Alert severity="warning" sx={{ borderRadius: 0, my: 1 }}>
<AlertTitle>
새로운 피드 추가가 되지 않는 오류 발생{" "}
새로운 피드 추가가 <b>지연</b>되는 오류 발생{" "}
<a
style={{ color: "white" }}
href="https://board.handong.app/feed/num/31"
Expand Down

0 comments on commit a44883d

Please sign in to comment.