diff --git a/website/src/components/readnext.js b/website/src/components/readnext.js index 08c607bf1..159a4d370 100644 --- a/website/src/components/readnext.js +++ b/website/src/components/readnext.js @@ -9,15 +9,15 @@ import classes from '../styles/readnext.module.sass' export default function ReadNext({ title, to }) { return ( -
- + + {title} - - + +
+ + ) }