Skip to content

Commit

Permalink
feat :: 팀 생성 페이지 학생 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Apr 14, 2024
1 parent 6675a42 commit c113461
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/Team/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ const dummy: TeamType[] = [
name: '에일리언즈 (Team-aliens)',
admin: '김은빈',
deploy: ['DMS-Backend', 'DMS', 'DMS-admin', 'DMS-admin-front', 'DMS-auth'],
tag: 'team',
tag: 'club',
},
{
name: '에일리언즈 (Team-aliens)',
admin: '김은빈',
deploy: ['DMS-Backend', 'DMS', 'DMS-admin', 'DMS-admin-front', 'DMS-auth'],
tag: 'team',
tag: 'alone',
},
{
name: '에일리언즈 (Team-aliens)',
admin: '김은빈',
deploy: ['DMS-Backend', 'DMS', 'DMS-admin', 'DMS-admin-front', 'DMS-auth'],
tag: 'team',
tag: 'etc',
},
];

Expand Down Expand Up @@ -84,7 +84,7 @@ export const Team = () => {

const Wrapper = styled.div`
margin-top: 80px;
margin-left: 60px;
margin-left: 80px;
width: 100%;
display: flex;
`;
Expand Down

0 comments on commit c113461

Please sign in to comment.