File tree Expand file tree Collapse file tree 2 files changed +20
-31
lines changed
ui/src/screens/HomeScreen Expand file tree Collapse file tree 2 files changed +20
-31
lines changed Original file line number Diff line number Diff line change 1
1
import React , { Component } from 'react' ;
2
2
import ReactMarkdown from 'react-markdown' ;
3
3
import rehypeRaw from 'rehype-raw' ;
4
- import { Navigate , Link } from 'react-router-dom' ;
4
+ import { Navigate } from 'react-router-dom' ;
5
5
import queryString from 'query-string' ;
6
6
import { compose } from 'redux' ;
7
7
import { connect } from 'react-redux' ;
@@ -154,17 +154,6 @@ export class HomeScreen extends Component {
154
154
Desarrollado por{ ' ' }
155
155
< a href = "https://investigativedata.io" > investigativedata.io</ a >
156
156
</ p >
157
- < p className = "HomeScreen__paragraph--center" >
158
- < Link to = "/pages/about" > Más información</ Link >
159
- </ p >
160
- < h1 className = "HomeScreen__title" >
161
- { intl . formatMessage ( messages . about ) }
162
- </ h1 >
163
- < div className = "HomeScreen__thirds" >
164
- Cuba Investiga es una herramienta para hacer periodismo de
165
- investigación sobre Cuba.< br />
166
- < Link to = "/pages/about" > Más información</ Link >
167
- </ div >
168
157
</ div >
169
158
</ section >
170
159
</ div >
Original file line number Diff line number Diff line change @@ -47,25 +47,25 @@ $vertical-spacing: $aleph-grid-size * 5;
47
47
vertical-align : middle ;
48
48
}
49
49
50
- // &:nth-child(even) {
51
- // background-color: $dark-gray2;
52
- // color: white;
53
-
54
- // .HomeScreen__title {
55
- // color: white;
56
- // }
57
-
58
- // b {
59
- // color: white;
60
- // }
61
-
62
- // a {
63
- // color: white;
64
- // }
65
- // }
66
- // &:nth-child(odd) {
67
- // background-color: $light-gray5;
68
- // }
50
+ & :nth-child (even ) {
51
+ background-color : $dark-gray2 ;
52
+ color : white ;
53
+
54
+ .HomeScreen__title {
55
+ color : white ;
56
+ }
57
+
58
+ b {
59
+ color : white ;
60
+ }
61
+
62
+ a {
63
+ color : white ;
64
+ }
65
+ }
66
+ & :nth-child (odd ) {
67
+ background-color : $light-gray5 ;
68
+ }
69
69
}
70
70
71
71
& __text-container {
You can’t perform that action at this time.
0 commit comments