We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a4ce3 commit 9a77b90Copy full SHA for 9a77b90
1 file changed
apps/web/src/components/common/FeatureIcons.tsx
@@ -450,7 +450,7 @@ const FeatureIcons = ({
450
</div>
451
</button>
452
453
- <button
+ {/* <button
454
className={`balanced-dropdown-item ${useNotebookEnrich ? 'active' : ''}`}
455
onClick={(event) => {
456
event.stopPropagation();
@@ -463,7 +463,7 @@ const FeatureIcons = ({
463
<span className="balanced-dropdown-title">Vorarbeit</span>
464
<span className="balanced-dropdown-desc">Schneller Vorentwurf als Ausgangspunkt.</span>
465
466
- </button>
+ </button> */}
467
</DropdownPortal>
468
469
{/* Content Dropdown */}
0 commit comments