Skip to content

Commit

Permalink
Docs(web-react): Remove feature class for bordered Alert #DS-1230
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj authored and crishpeen committed May 2, 2024
1 parent 99745a6 commit c27bc29
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/web-react/src/components/Alert/demo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<DocsSection title="Alert Icons" stackAlignment="stretch">
<AlertIcons />
</DocsSection>
<div className="spirit-feature-alert-enable-bordered">
<DocsSection title="Feature Flag: Bordered Alert" stackAlignment="stretch">
<AlertColors />
</DocsSection>
</div>
</IconsProvider>
</React.StrictMode>,
);

0 comments on commit c27bc29

Please sign in to comment.