diff --git a/.docz/app/db.json b/.docz/app/db.json index b2f3747..ef07003 100644 --- a/.docz/app/db.json +++ b/.docz/app/db.json @@ -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": [ @@ -629,6 +618,17 @@ } } ] + }, + { + "key": "src/components/Team/team.jsx", + "value": [ + { + "description": "", + "displayName": "Team", + "methods": [], + "actualName": "Team" + } + ] } ] } diff --git a/src/components/About Card/index.jsx b/src/components/AboutCard/index.jsx similarity index 100% rename from src/components/About Card/index.jsx rename to src/components/AboutCard/index.jsx diff --git a/src/components/About Card/styles.module.css b/src/components/AboutCard/styles.module.css similarity index 94% rename from src/components/About Card/styles.module.css rename to src/components/AboutCard/styles.module.css index 875fc7e..7c2ea30 100644 --- a/src/components/About Card/styles.module.css +++ b/src/components/AboutCard/styles.module.css @@ -11,7 +11,6 @@ } .image { - /* max-width: 100px; */ border-radius: 50%; } diff --git a/src/components/Team/team.jsx b/src/components/Team/team.jsx index cc7f853..c679add 100644 --- a/src/components/Team/team.jsx +++ b/src/components/Team/team.jsx @@ -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`