Skip to content

Commit

Permalink
Merge pull request #401 from School-of-Company/396-main-page-refactoring
Browse files Browse the repository at this point in the history
[#396] 문화 산업 부분 동아리 이름 수정
  • Loading branch information
uuuunseo authored Aug 7, 2024
2 parents 6a01ca4 + 8fd61ac commit db0d95a
Showing 1 changed file with 25 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ struct CultureIndustryClubView: View {

HStack(spacing: 16) {
ClubsAndCompanysNameView(
name: "DCT"
name: "취사모"
)

ClubsAndCompanysNameView(
name: "뉴 쿡"
name: "소개팅"
)

ClubsAndCompanysNameView(
name: "우아행"
name: "금융실무"
)
}

Expand All @@ -42,20 +42,20 @@ struct CultureIndustryClubView: View {

HStack(spacing: 16) {
ClubsAndCompanysNameView(
name: "금융실무"
name: "DCT"
)

ClubsAndCompanysNameView(
name: "소개팅"
name: "베이커리카페 CEO"
)

ClubsAndCompanysNameView(
name: "취사모"
name: "우아행"
)
}

ClubsAndCompanysNameView(
name: "베이커리 카페 CEO"
name: "뉴 쿡"
)

Text("광주전자공업고등학교")
Expand All @@ -67,14 +67,6 @@ struct CultureIndustryClubView: View {
)
}

Text("금파공업고등학교")
.bitgouelFont(.text1, color: .primary(.p9))
.padding(.top, 24)

ClubsAndCompanysNameView(
name: "금호로80 베이커리"
)

Text("송원여자상업고등학교")
.bitgouelFont(.text1, color: .primary(.p9))
.padding(.top, 24)
Expand All @@ -88,6 +80,10 @@ struct CultureIndustryClubView: View {
.padding(.top, 24)

HStack(spacing: 16) {
ClubsAndCompanysNameView(
name: "아키로드"
)

ClubsAndCompanysNameView(
name: "내빵네빵"
)
Expand All @@ -97,17 +93,27 @@ struct CultureIndustryClubView: View {
)
}

ClubsAndCompanysNameView(
name: "쿠킹마스터즈"
)

Text("전남공업고등학교")
.bitgouelFont(.text1, color: .primary(.p9))
.padding(.top, 24)

ClubsAndCompanysNameView(
name: "그린라이트"
)

Text("전남여자상업고등학교")
.bitgouelFont(.text1, color: .primary(.p9))
.padding(.top, 24)

HStack(spacing: 16) {
ClubsAndCompanysNameView(
name: "취업준비 AtoZ"
)

ClubsAndCompanysNameView(
name: "브레인z"
)
}
}
Spacer()
}
Expand Down

0 comments on commit db0d95a

Please sign in to comment.