on peut de nouveau poster
continuous-integration/drone/push Build encountered an error Details

master
Bastien OLLIER 2 years ago
parent e363352e03
commit 3478c60c80

@ -29,6 +29,7 @@ const AjoutLien = () => {
dispatch(getPosts());
cancelPost();
setDisplayAdd(false);
await new Promise(r => setTimeout(r, 500));
window.location.reload();
}else {
alert("Veuillez compléter tous les champs et ajouter au moins un tag.")

@ -15,9 +15,7 @@ const Trends = () => {
{
userData.notif != null && userData.notif.map((notif) => {
return (
<li>
<Notif key={notif._id} notification={notif}/>
</li>
);
})

@ -8,8 +8,6 @@
cursor: pointer;
}
.popup-ajout-container {
position: fixed;
animation: popup 1s forwards;

@ -1,6 +1,7 @@
.miniProfil{
display: flex;
justify-content: start;
margin-right: 5px;
}
.infoMiniProfil{

@ -15,7 +15,7 @@
.listUsers{
padding-top: 20px;
li {
ul {
list-style: none;
padding-left: 10%;
padding-bottom: 15px;

Loading…
Cancel
Save