Skip to content

Commit

Permalink
chore: Remove unused code and rename the AboutCard component
Browse files Browse the repository at this point in the history
  • Loading branch information
AnisioMandlate committed Feb 17, 2021
1 parent 65aeece commit b9b3356
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
22 changes: 11 additions & 11 deletions .docz/app/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -584,17 +584,6 @@
}
]
},
{
"key": "src/components/Team/team.jsx",
"value": [
{
"description": "",
"displayName": "Team",
"methods": [],
"actualName": "Team"
}
]
},
{
"key": "src/components/About Card/index.jsx",
"value": [
Expand Down Expand Up @@ -629,6 +618,17 @@
}
}
]
},
{
"key": "src/components/Team/team.jsx",
"value": [
{
"description": "",
"displayName": "Team",
"methods": [],
"actualName": "Team"
}
]
}
]
}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
}

.image {
/* max-width: 100px; */
border-radius: 50%;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/Team/team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react"
import { useStaticQuery, graphql } from "gatsby"

import styles from "./styles.module.css"
import AboutCards from "../About Card"
import AboutCards from "../AboutCard"

const Team = () => {
const teamQuery = graphql`
Expand Down

0 comments on commit b9b3356

Please sign in to comment.