ios widget showing what is available at chucks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove star

dunkirk.sh 7522e4fe db4aabaa

verified
+1 -14
+1 -14
wasup-chucks/ContentView.swift
··· 240 240 .accessibilityLabel("\(item.name), \(item.allergens.map { $0.alt }.joined(separator: ", "))") 241 241 } 242 242 } header: { 243 - HStack { 244 - if venue.venue == "Home Cooking" { 245 - Image(systemName: "star.fill") 246 - .foregroundStyle(.orange) 247 - .font(.caption2) 248 - } 249 - Text(venue.venue) 250 - } 243 + Text(venue.venue) 251 244 } 252 245 } 253 246 } ··· 367 360 .padding(.top, 8) 368 361 } label: { 369 362 HStack(spacing: 6) { 370 - if isHighlighted { 371 - Image(systemName: "star.fill") 372 - .foregroundStyle(.orange) 373 - .font(.caption) 374 - .accessibilityLabel("Featured") 375 - } 376 363 Text(venue.venue) 377 364 .font(.subheadline.weight(.semibold)) 378 365 }