diff --git a/components/EventsView.tsx b/components/EventsView.tsx index 5765aa9..8ff0e58 100644 --- a/components/EventsView.tsx +++ b/components/EventsView.tsx @@ -159,12 +159,10 @@ const EventsView: React.FC = ({ material, events }) => { )} - - {event.name} - - - {event.summary} - + + {event.name} + {event.summary} + diff --git a/components/Navbar.tsx b/components/Navbar.tsx index c381571..35579e9 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -301,14 +301,13 @@ const Navbar: React.FC = ({ )} -
  • +
  • {session ? ( = ({ data-cy={`avatar-${session.user?.email}`} /> ) : ( - + )} } diff --git a/pages/material/index.tsx b/pages/material/index.tsx index fa9e777..ec98556 100644 --- a/pages/material/index.tsx +++ b/pages/material/index.tsx @@ -16,6 +16,7 @@ type HomeProps = { const Home: NextPage = ({ material, events, pageInfo }) => { return ( +

    Material Themes

    )