Skip to content

Commit

Permalink
feat: remove beta references (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvolk authored Apr 12, 2024
1 parent cd360b6 commit 897a396
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 33 deletions.
5 changes: 0 additions & 5 deletions packages/docs/components/BetaRibbon/BetaRibbon.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/docs/components/BetaRibbon/index.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions packages/docs/components/BetaRibbon/styled.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/docs/components/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './BetaRibbon';
export * from './Code';
export * from './CodePreview';
export * from './CodeSnippet';
Expand Down
3 changes: 1 addition & 2 deletions packages/docs/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Script from 'next/script';
import React, { useEffect } from 'react';
import { ThemeProvider } from 'styled-components';

import { BetaRibbon, SideNav, StoryWrapper } from '../components';
import { SideNav, StoryWrapper } from '../components';
import { GTM_ID, isProd, pageView } from '../utils/analytics/gtm';

export const alertsManager = createAlertsManager();
Expand Down Expand Up @@ -118,7 +118,6 @@ const App = ({ Component, pageProps }) => {
</StoryWrapper>
</GridItem>
</Grid>
<BetaRibbon />
</>
)}
</>
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const GettingStartedPage = () => {
href="https://support.bigcommerce.com/s/group/0F91B000000bnqoSAA/bigdesign-beta"
target="_blank"
>
Beta Community Group
Community Group
</Link>
</List.Item>
<List.Item>
Expand Down

0 comments on commit 897a396

Please sign in to comment.