Skip to content

Commit

Permalink
Merge pull request WeMakeDevs#664 from AnuragThePathak/fix-prettier-i…
Browse files Browse the repository at this point in the history
…ssue

fix prettier issues in webinar index
  • Loading branch information
AnuragThePathak authored Jun 14, 2023
2 parents 01eba03 + 2f1ff4f commit 09b3f1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/Webinars/index.content.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import CostOptimizationWebinar from '@/content/Webinars/CostOptimizationWebinar';
import { IndividualWebinarPageFAQ } from '@/content/Webinars/IndividualWebinarPageContent';
import AccessControlWebinar from './AccessControlWebinar';
import SimplifiedDeploymentWebinar from '@/content/Webinars/SimplifiedDeployment';
import ZeroDowmtime from '@/content/Webinars/ZeroDowntimeKubeslice';

import AccessControlWebinar from './AccessControlWebinar';
import BPFWebinar from './BPFWebinar';
import ChatOpsWebinar from './ChatOpsWebinar';
import GopherWebinar from './GopherWebinar';
Expand Down Expand Up @@ -76,7 +77,7 @@ export const webinar = [
time: CostOptimizationWebinar.time,
slug: CostOptimizationWebinar.slug,
details: CostOptimizationWebinar,
},
},
{
img: SimplifiedDeploymentWebinar.poster,
title: SimplifiedDeploymentWebinar.name,
Expand All @@ -92,14 +93,13 @@ export const webinar = [
time: ChatOpsWebinar.time,
slug: ChatOpsWebinar.slug,
details: ChatOpsWebinar,
},
},
{
img: ZeroDowmtime.poster,
title: ZeroDowmtime.name,
description: ZeroDowmtime.description,
time: ZeroDowmtime.time,
slug: ZeroDowmtime.slug,
details: ZeroDowmtime,

},
];

0 comments on commit 09b3f1a

Please sign in to comment.