We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7678a commit 7a99819Copy full SHA for 7a99819
components/dashboard/src/workspaces/BlogBanners.tsx
@@ -24,9 +24,9 @@ const banners = [
24
link: "https://www.gitpod.io/blog/gartner-2023-cde-hypecycle",
25
},
26
{
27
- type: "Webinar Series",
28
- title: "The Platform Engineering maturity model",
29
- link: "https://www.gitpod.io/events#platform-maturity-model-series",
+ type: "Watch recording",
+ title: "Beyond Kubernetes: A deep-dive into Gitpod Flex with our CTO",
+ link: "https://www.gitpod.io/events#watch-on-demand",
30
31
];
32
0 commit comments