diff --git a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift index e8789d9..3498c3e 100644 --- a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift +++ b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift @@ -377,7 +377,7 @@ private struct CreatorCommunityAllGridItemView: View { Image("ic_pin") .resizable() .scaledToFit() - .frame(width: 14, height: 14) + .frame(width: 20, height: 20) .padding(8) .shadow(color: .black.opacity(0.45), radius: 2, x: 0, y: 1) .allowsHitTesting(false)