Add Akka-Streams to Assess

This commit is contained in:
Carsten Lenz
2017-09-12 22:50:42 +02:00
committed by Tom Raithel
parent 9bac3a27b2
commit 86188db1a7
5 changed files with 123 additions and 129 deletions

View File

@@ -1,6 +1,7 @@
import React from 'react';
import { formatRelease } from '../date';
import { featuredOnly } from '../../common/model';
import HeroHeadline from './HeroHeadline';
import QuadrantGrid from './QuadrantGrid';
import Fadeable from './Fadeable';
@@ -22,7 +23,7 @@ export default function PageIndex({
AOE Technology Radar
</HeroHeadline>
</div>
<QuadrantGrid items={items} />
<QuadrantGrid items={featuredOnly(items)} />
</Fadeable>
);
}