Skip to content

Commit

Permalink
Update CommunityStatsView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Jan 4, 2024
1 parent 338a3dd commit a2d03fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mlem/Views/Tabs/Feeds/CommunityStatsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct CommunityStatsView: View {
.frame(maxWidth: .infinity)

if let activeUserCount = community.activeUserCount {
VStack(spacing: 5) {
VStack(spacing: 8) {
Text("Active Users")
.foregroundStyle(.secondary)
HStack(spacing: 16) {
Expand Down

0 comments on commit a2d03fa

Please sign in to comment.