Skip to content

Commit 9765dd6

Browse files
committed
Update demo playground [skip ci]
1 parent 4ed7afe commit 9765dd6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

TextBuilder.playground/Contents.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import TextBuilder
33
import PlaygroundSupport
44

55
struct DemoView: View {
6-
@State var name: String?
6+
let name: String?
77

88
var body: some View {
99
VStack(spacing: 20) {
@@ -53,7 +53,7 @@ struct DemoView: View {
5353
.font(.system(.caption))
5454
.foregroundColor(.blue)
5555
.pointable()
56-
.onTapGesture { NSWorkspace.shared.open(URL(string: "https://github.com/davdroman/TextBuilder")!) }
56+
.onTapGesture { NSWorkspace.shared.open(URL(string: "https://github.com/davdroman")!) }
5757
}
5858
}
5959

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Timeline
3+
version = "3.0">
4+
<TimelineItems>
5+
</TimelineItems>
6+
</Timeline>

0 commit comments

Comments
 (0)