Skip to content

Commit 1cddd7a

Browse files
authored
Merge pull request #6709 from Namanv0509/comparison-type
New Type Comparison
2 parents 44e2c8c + 801618b commit 1cddd7a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sections/Resources/Resources-grid/options.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ export const options = [
1313
{ id: 8, value: "Infographic", label: "Infographic" },
1414
{ id: 9, value: "Guide", label: "Guide" },
1515
{ id: 10, value: "FAQ", label: "FAQ" },
16-
{ id: 11, value: "Interview", label: "Interview" }]
16+
{ id: 11, value: "Interview", label: "Interview" },
17+
{ id: 12, value: "Comparison", label: "Comparison" }]
1718
},
1819
{
1920
category: "Product",

0 commit comments

Comments
 (0)