Skip to content

Commit

Permalink
Update Greeting.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
nriedman committed Apr 4, 2024
1 parent 966385e commit af773da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ENGAGEHF/Dashboard/Greeting.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ struct Greeting: View {
HStack(alignment: .top) {
Text("Hello, world!")
.font(.title.bold())
.accessibilityLabel(Text("DASHBOARD_GREETING"))
Spacer()
Text(.now, style: .date)
.font(.title3)
.foregroundStyle(.secondary)
.accessibilityLabel(Text("DASHBOARD_DATE"))
}
.padding()
}
Expand Down

0 comments on commit af773da

Please sign in to comment.