remove icon from overview summary
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user