diff --git a/docusaurus.config.js b/docusaurus.config.js index b2145b71..2d4e7a21 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -44,11 +44,11 @@ module.exports = { to: '/team', label: 'Team', position: 'left' - }, {/* + }, /* { to: '/photos', label: 'Photos', position: 'left' - */}, { + },*/ { to: '/docs/about/overview', position: 'left', label: 'Docs' diff --git a/src/pages/Photos.tsx b/src/pages/Photos.tsx index 5ba864e1..d9c88ddb 100644 --- a/src/pages/Photos.tsx +++ b/src/pages/Photos.tsx @@ -1,5 +1,4 @@ import React from 'react' -import styled from 'styled-components' import Layout from '@theme/Layout' import { useLocation } from 'react-router-dom'