We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236b224 commit 5d3e3cdCopy full SHA for 5d3e3cd
1 file changed
ios/HackerNews/Stories/StoryRow.swift
@@ -107,7 +107,7 @@ struct StoryRowLoadingState: View {
107
.font(theme.themedFont(size: 12, style: .mono, weight: .bold))
108
.foregroundColor(.hnOrange)
109
.redacted(reason: .placeholder)
110
- Text("Some Short Title")
+ Text("Some Short Titleeeee")
111
.font(theme.themedFont(size: 16, style: .mono, weight: .bold))
112
113
HStack(spacing: 16) {
0 commit comments