We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44e2c8c + 801618b commit 1cddd7aCopy full SHA for 1cddd7a
1 file changed
src/sections/Resources/Resources-grid/options.js
@@ -13,7 +13,8 @@ export const options = [
13
{ id: 8, value: "Infographic", label: "Infographic" },
14
{ id: 9, value: "Guide", label: "Guide" },
15
{ id: 10, value: "FAQ", label: "FAQ" },
16
- { id: 11, value: "Interview", label: "Interview" }]
+ { id: 11, value: "Interview", label: "Interview" },
17
+ { id: 12, value: "Comparison", label: "Comparison" }]
18
},
19
{
20
category: "Product",
0 commit comments