Skip to content

Commit

Permalink
fix typo / linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nconrad committed Nov 6, 2023
1 parent fb87172 commit b79b6b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion src/pages/Photos.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react'
import styled from 'styled-components'
import Layout from '@theme/Layout'
import { useLocation } from 'react-router-dom'

Expand Down

0 comments on commit b79b6b0

Please sign in to comment.