Skip to content

Commit f93d9c1

Browse files
[dashboard] Update side banner (#20355)
* Update BlogBanners with new webinar details and link * reorder
1 parent 8e7678a commit f93d9c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/dashboard/src/workspaces/BlogBanners.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ import React, { useEffect, useState } from "react";
88
import blogBannerBg from "../images/blog-banner-bg.png";
99

1010
const banners = [
11+
{
12+
type: "Watch recording",
13+
title: "Beyond Kubernetes: A deep-dive into Gitpod Flex with our CTO",
14+
link: "https://www.gitpod.io/events#watch-on-demand",
15+
},
1116
{
1217
type: "Blog Post",
1318
title: "Gitpod Enterprise:<br/> Self-hosted, not self-managed",
@@ -23,11 +28,6 @@ const banners = [
2328
title: `"By 2026, 60% of cloud workloads will be built and deployed using CDE's"`,
2429
link: "https://www.gitpod.io/blog/gartner-2023-cde-hypecycle",
2530
},
26-
{
27-
type: "Webinar Series",
28-
title: "The Platform Engineering maturity model",
29-
link: "https://www.gitpod.io/events#platform-maturity-model-series",
30-
},
3131
];
3232

3333
const initialBannerIndex = 0; // Index for "Self-hosted, not self-managed"

0 commit comments

Comments
 (0)