Skip to content
Snippets Groups Projects
Commit 2af6d585 authored by Lucas Eduardo Schoenfelder's avatar Lucas Eduardo Schoenfelder
Browse files

fixed props.tags is undefined error and removed text decoration from all slide animation texts

parent ab874bfe
No related branches found
No related tags found
4 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!39Update admin system,!32Homologa
......@@ -124,7 +124,7 @@ export default function ResourceCardFunction (props) {
<CardReaDiv>
<Header onMouseEnter={controlSlide} onMouseLeave={controlSlide}>
{
// props.published &&
props.published &&
<Slide direction="left" in={slideIn} timeout={500}>
<div className={`slideContentLinkAfterActive${slideIn}`} style={{}}>
<Link to={props.href} className="text" >
......@@ -360,6 +360,10 @@ export const Header = styled.div`
flex : 2;
position : relative;
overflow : hidden;
a {
text-decoration : none !important;
}
`
export const CardReaDiv = styled.div`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment