Skip to content

Commit 6d0c200

Browse files
author
Ajay kumar
committed
[Blog] [Ajay]: Fix thumbnail images
1 parent 1f88602 commit 6d0c200

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

TestArena/Blog/PactNet/handling-events/Index.razor

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22
@using TestArena.Blog.Common
33

44
<BlogContainer>
5-
<Header
6-
Title="Intro to PACT for .NET Core: Events Based Systems"
7-
ImageUrl="/images/blog/pact/intro-to-pact.jpg"
8-
PublishDate="2024-06-24"
9-
Authors="Ajay Kumar" />
10-
11-
<Header
12-
Title="Intro to PACT for .NET Core: Events Based Systems"
13-
ImageUrl="/images/blog/pact/intro-to-pact.jpg"
14-
PublishDate="2024-06-24"
15-
Authors="Ajay Kumar" />
5+
<Header Title="Intro to PACT for .NET Core: API contract testing"
6+
Image="images/blog/pact/events-demo/contract-testing-events.webp" PublishedOn="@DateTime.Now" Authors="Ajay Kumar">
7+
</Header>
168

179
<Section Heading="Introduction">
1810
<p>This is a continuation of the PACT for .NET series where I am going to cover the usage of PACT in event-based systems.</p>

0 commit comments

Comments
 (0)