Skip to content

Commit

Permalink
[refactor] 팀원 수정 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung22 committed Oct 18, 2023
1 parent 531dc5c commit 60dbd7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 0 additions & 6 deletions blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ pingu:
url: https://github.com/pingu244
image_url: https://github.com/pingu244.png

changer:
name: 체인저
title: Backend
url: https://github.com/beer-2000
image_url: https://github.com/beer-2000.png

herb:
name: 허브
title: Backend
Expand Down
6 changes: 1 addition & 5 deletions src/components/TeamProfileCards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,13 @@ function TeamProfileCard({

function TeamProfileCardCol(props: ProfileProps) {
return (
<TeamProfileCard {...props} className="col col--3 margin-bottom--lg" />
<TeamProfileCard {...props} className="col col--4 margin-bottom--lg" />
);
}

export function ActiveTeamRow(): JSX.Element {
return (
<div className="row">
<TeamProfileCardCol
name="체인저"
githubUrl="https://github.com/beer-2000"
></TeamProfileCardCol>
<TeamProfileCardCol
name="리오"
githubUrl="https://github.com/Jaeyoung22"
Expand Down

0 comments on commit 60dbd7b

Please sign in to comment.