Skip to content

Commit 09034b2

Browse files
committed
Don’t use monospaced font in sidebar
1 parent 39db4c5 commit 09034b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ViewLifecycle/CaseStudies.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ let categories: [Category] = [
3434
elements: [
3535
CaseStudy(id: .ifElse, label: "if/else"),
3636
CaseStudy(id: .switch, label: "switch"),
37-
CaseStudy(id: .id, label: "`.id(_:)`"),
38-
CaseStudy(id: .opacity, label: "`.opacity(_:)`")
37+
CaseStudy(id: .id, label: ".id(_:)"),
38+
CaseStudy(id: .opacity, label: ".opacity(_:)")
3939
]
4040
),
4141
Category(

0 commit comments

Comments
 (0)