Skip to content

Commit

Permalink
/about: Remove outdated <Team />
Browse files Browse the repository at this point in the history
  • Loading branch information
dsernst committed May 21, 2024
1 parent 9d6e919 commit 0a7096f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/about/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import React, { Fragment } from 'react'
import { darkBlue } from 'src/homepage/colors'

import { research } from './research'
import { Team } from './Team'

// import { Team } from './Team'

export const Content = () => (
<main>
Expand Down Expand Up @@ -42,7 +43,7 @@ export const Content = () => (
<br />
<br />

<Team />
{/* <Team /> */}

<style jsx>{`
main {
Expand Down

0 comments on commit 0a7096f

Please sign in to comment.