Added flexpatrol.ru
This commit is contained in:
@@ -19,7 +19,7 @@ export default (props: { project: Project, odd: boolean }) => {
|
||||
<div
|
||||
class={styles.Project}
|
||||
classList={{
|
||||
[styles.Project_odd]: props.odd,
|
||||
[styles.Project_odd]: props.project.flip ? !props.odd : props.odd,
|
||||
[styles.Project_halfWidth]: props.project.halfWidth,
|
||||
[styles.Project_desktopOnly]: props.project.desktopOnly
|
||||
}}
|
||||
@@ -43,7 +43,7 @@ export default (props: { project: Project, odd: boolean }) => {
|
||||
target="_blank"
|
||||
class={styles.name}
|
||||
>
|
||||
<h2>
|
||||
<h2 class={styles.nameHeader}>
|
||||
{props.project.name}
|
||||
</h2>
|
||||
<img src={earthIcon} height="20px" />
|
||||
|
||||
Reference in New Issue
Block a user