Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

add webinar thumbnails #800

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/webinars/configuration-as-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/webinars/headless-browser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/content/Webinars/ConfigurationAsCode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Poster from '@/assets/webinars/Observability-devops.jpg';
import Poster from '@/assets/webinars/configuration-as-code.png';

import {
IndividualWebinarCompletedPageHeader,
Expand All @@ -7,7 +7,7 @@ import {

const ConfigurationAsCode = {
header: IndividualWebinarCompletedPageHeader,
name: 'Configuration-as-Code: Automating Application Configuration',
name: 'Configuration As A Code: Automating Application Configuration',
description:
'Join us for a webinar with Ran Cohen, Configu co-founder and CTO where you will discover a groundbreaking approach to efficiently manage application configurations and streamline your development process.',
poster: Poster,
Expand Down
2 changes: 1 addition & 1 deletion src/content/Webinars/DeployWithFeatureFlags.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Poster from '@/assets/webinars/Observability-devops.jpg';
import Poster from '@/assets/webinars/Deploy-With-Feature-Flags.png';

import {
IndividualWebinarCompletedPageHeader,
Expand Down
2 changes: 1 addition & 1 deletion src/content/Webinars/HeadlessBrowser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Poster from '@/assets/webinars/Observability-devops.jpg';
import Poster from '@/assets/webinars/headless-browser.png';

import {
IndividualWebinarCompletedPageHeader,
Expand Down