Skip to content

Commit

Permalink
Update nps survey element (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBSI authored Dec 6, 2024
1 parent 547bc5e commit c18837f
Show file tree
Hide file tree
Showing 2 changed files with 1,425 additions and 1,951 deletions.
3 changes: 2 additions & 1 deletion content-elements/base/nps-survey/prototype/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const {cx} = require('@bsi-cx/design-build');
const {cx, Icon} = require('@bsi-cx/design-build');


module.exports = (
Expand All @@ -10,6 +10,7 @@ module.exports = (
.withFile(template)
.withElementId(elementId)
.withLabel(elementLabel)
.withIcon(Icon.MEGAPHONE)
.withParts(
cx.part.plainText
.withId("min-a23f97")
Expand Down
Loading

0 comments on commit c18837f

Please sign in to comment.