remove icon from overview summary

This commit is contained in:
Trey t
2025-12-08 12:03:54 -06:00
parent efdb760438
commit a067228597

View File

@@ -7,9 +7,6 @@ struct SummaryCard: View {
var body: some View {
VStack(spacing: 16) {
HStack {
CaseraIconView()
.frame(width: 32, height: 32)
Text("Overview")
.font(.title3)
.fontWeight(.bold)