You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-core/src/demos/Page.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ import CloudIcon from '@patternfly/react-icons/dist/esm/icons/cloud-icon';
19
19
import CodeIcon from '@patternfly/react-icons/dist/esm/icons/code-icon';
20
20
import pfLogo from '@patternfly/react-core/src/demos/assets/PF-HorizontalLogo-Color.svg';
21
21
import pfIconLogo from '@patternfly/react-core/src/demos/assets/PF-IconLogo-color.svg';
22
-
import imgAvatar from '@patternfly/react-core/src/components/assets/avatarImg.svg';
23
22
24
23
- All examples set the `isManagedSidebar` prop on the Page component to have the sidebar automatically close for smaller screen widths. You can also manually control this behavior by not adding the `isManagedSidebar` prop and instead:
0 commit comments