diff --git a/components/onboard/gallery-paginated.js b/components/onboard/gallery-paginated.js index 3e5e52ab..613feed0 100644 --- a/components/onboard/gallery-paginated.js +++ b/components/onboard/gallery-paginated.js @@ -5,6 +5,7 @@ import Head from 'next/head' import { Box, Button, Flex, Grid, Heading, Text } from 'theme-ui' import Item from './item' import Nav from '../nav' +import { Slide } from 'react-reveal' const perPage = 10 @@ -138,7 +139,9 @@ export const GalleryPage = ({ currentPage, itemCount, currentProjects }) => { }} > {currentProjects.map(project => ( - + + + ))} { const { name, imageTop, galleryURL } = project return ( - - + - - - - {name} - - - - {/* {`${author_name ? `by ${trim(author_name)}` : ""} ${author_slack ? `(${trim(author_slack)})` : ""}`} */} - - - + {name} + + ) }