Skip to content

Commit 6f6ae85

Browse files
committed
Fix analysis warning in docs
1 parent 7ea39fe commit 6f6ae85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lib/src/components/sidebar_toggle_button.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ final class SidebarToggleButton extends StatelessComponent {
4242
?.classList
4343
.add('open');
4444
},
45-
[raw(_menuIcon)],
45+
[RawText(_menuIcon)],
4646
),
4747
]);
4848
}

0 commit comments

Comments
 (0)