fix: 메인 홈 - 인기 크리에이터

- 팔로우 수 제거
- 팔로우 버튼 추가
- 배경: 그라데이션 제거, 하나의 색으로 설정
This commit is contained in:
Yu Sung
2025-07-21 23:10:24 +09:00
parent 23053b4223
commit 7318d7fcda
5 changed files with 94 additions and 40 deletions

View File

@@ -151,28 +151,28 @@ struct ContentMainTabHomeRankCreatorView: View {
nickname: "User1",
tags: "",
profileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
followerCount: 1000
follow: false
),
GetExplorerSectionCreatorResponse(
id: 2,
nickname: "User2",
tags: "",
profileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
followerCount: 1000
follow: false
),
GetExplorerSectionCreatorResponse(
id: 3,
nickname: "User3",
tags: "",
profileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
followerCount: 1000
follow: false
),
GetExplorerSectionCreatorResponse(
id: 4,
nickname: "User4",
tags: "",
profileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
followerCount: 1000
follow: false
)
]
)