Display error message when upload song fails

This commit is contained in:
2024-05-18 16:36:37 -04:00
parent e7e7a8175e
commit 0adf294cfc
2 changed files with 41 additions and 1 deletions

View File

@ -170,4 +170,19 @@
}
}
}
.error-msg {
padding-top: 10px;
color: red;
display: flex;
justify-content: center;
align-items: center;
svg {
width: 20px;
height: 20px;
margin-right: 5px;
}
}
}