We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a171200 commit 7013a4eCopy full SHA for 7013a4e
src/website/page/index.gleam
@@ -111,14 +111,14 @@ fn post(post: blog.Post(_)) -> element.Element(_) {
111
112
const talks = [
113
Talk(
114
- description: "Optimising the hell out of Gleam (Upcoming)",
+ description: "Optimising the hell out of Gleam (Recording coming soon)",
115
url: "https://gleamgathering.com/#speakers",
116
date: "21 February, 2026",
117
conference: "Gleam Gathering",
118
location: "Origin Workspace, Bristol",
119
),
120
121
- description: "Panel: Chat with Gleam core team (Upcoming)",
+ description: "Panel: Chat with Gleam core team (Recording coming soon)",
122
123
124
0 commit comments