Skip to content

Commit

Permalink
animation package change
Browse files Browse the repository at this point in the history
  • Loading branch information
masanov3167 committed Jan 28, 2023
1 parent 10ab7e2 commit ae1f02c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/structure/Kafedra/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const KafedraComponent = () => {
<AnimateCard refLink='kafedralar' refTitle={item?.title_uz} refId={item._id} key={index} mainTitle={item[`title_${lang}`]} />
))
): rektorat.error ?(
<></>
<></>
):(
<div style={{marginTop:'-70px'}} className="loodaer__wrapper">
<DoorDashFavorite width='400px'/>
Expand All @@ -51,7 +51,6 @@ const KafedraComponent = () => {
)
}
</div>

</div>
);
};
Expand Down

0 comments on commit ae1f02c

Please sign in to comment.