From b79b6b0fc96aa1520e0d3acb34a983059b6b3004 Mon Sep 17 00:00:00 2001 From: nconrad <1194246+nconrad@users.noreply.github.com> Date: Sun, 5 Nov 2023 21:13:45 -0600 Subject: [PATCH] fix typo / linting --- docusaurus.config.js | 4 ++-- src/pages/Photos.tsx | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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'