diff --git a/web/src/components/Hero.js b/web/src/components/Hero.js index 090cadf97..ca839fbe3 100644 --- a/web/src/components/Hero.js +++ b/web/src/components/Hero.js @@ -111,7 +111,7 @@ page MainPage {

- Rails-like open source framework for React, Node.js and Prisma. Build your app in a day and deploy it anywhere with a single command. + Rails-like open-source framework for React, Node.js and Prisma. Build your app in a day and deploy it anywhere with a single command.

{/* EOF Hero title and subtitle */} diff --git a/web/src/components/Nav/Announcement.js b/web/src/components/Nav/Announcement.js index a4cc7717e..efe43a49f 100644 --- a/web/src/components/Nav/Announcement.js +++ b/web/src/components/Nav/Announcement.js @@ -1,7 +1,10 @@ import React from 'react' +import classNames from 'classnames' import { useHistory } from '@docusaurus/router' import { ChevronRight, X } from 'react-feather' +import styles from '../../pages/styles.module.css' + const Announcement = () => { let history = useHistory() @@ -15,14 +18,12 @@ const Announcement = () => { return (