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

Commit

Permalink
Merge pull request #802 from Susmita-Dey/main
Browse files Browse the repository at this point in the history
Fix feature flag event details
  • Loading branch information
Susmita-Dey authored Oct 3, 2023
2 parents 4baab84 + 2e6602f commit c179973
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file removed src/assets/webinars/Deploy-With-Feature-Flags.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions src/content/Webinars/DeployWithFeatureFlags.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Poster from '@/assets/webinars/Deploy-With-Feature-Flags.jpg';
import Poster from '@/assets/webinars/Deploy-With-Feature-Flags.png';

import {
IndividualWebinarCompletedPageHeader,
Expand All @@ -22,13 +22,14 @@ const DeployWithFeatureFlags = {
name: 'Register',
href: '#register',
},
time: '05 October 2023 13:00:00 GMT',
time: '06 October 2023 10:00:00 GMT',
speakers: [
{
name: 'Ben Rometsch',
// description: 'Hello World',
description: 'CEO and Co-Founder of Flagsmith',
twitter: 'benjarom3',
img: 'https://pbs.twimg.com/profile_images/1305951808817369094/P_jm6yva_400x400.jpg',
linkedin: 'benrometsch',
img: 'https://media.licdn.com/dms/image/C4E03AQGToFZFFw0qtw/profile-displayphoto-shrink_800_800/0/1516193876653?e=1701907200&v=beta&t=4bexn7c57rhiqXwaT35gTCuYapvKlb1h6dw6MgS_NVc',
},
],
register: 'DeployWithFeatureFlagsWebinar',
Expand Down

0 comments on commit c179973

Please sign in to comment.