Skip to content

Commit

Permalink
Change in pre defined details
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyushSharma99 committed May 1, 2023
1 parent eecf3a5 commit 02faaed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/store/blogSlice.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ const initialState = {
{
id: "1",
title: "Trip to Delhi",
category: "Nagarro trip",
category: "Nagarro Trip",
description: " A visit to a historical city is always an exciting experience. It is a fascinating adventure. I had one such experience during the last summer vacations, when I visited Delhi.New Delhi is the capital of India. ",
},
{
id: "2",
title: "Trip to Kolkata",
category: "Nagarro trip",
category: "Nagarro Trip",
description: " It was a great trip. I had a lot of fun!!",
},
{
id: "3",
title: "Trip to Mumbai",
category: "Nagarro trip",
category: "Nagarro Trip",
description: " It was a great trip. I had a lot of fun!!",
},
],
Expand Down

0 comments on commit 02faaed

Please sign in to comment.