Skip to content

Commit

Permalink
fix: test2
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 16, 2023
1 parent 1a004e6 commit 10f6b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const Alert = ({
<div className={`alert ${type}`}>
<div className="icon">
{type === "info" && <i className="ri-information-fill"></i>}

{type === "success" && <i className="ri-checkbox-circle-fill"></i>}
{type === "warning" && <i className="ri-alert-fill"></i>}
{type === "error" && <i className="ri-close-circle-fill"></i>}
Expand Down

0 comments on commit 10f6b90

Please sign in to comment.