Skip to content

Commit def4e18

Browse files
Remove beta banner
1 parent 7c72bed commit def4e18

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

packages/storybook/stories/ImageGallery/ImageGallery.stories.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { ImageGallery as ImageGalleryComponent } from '@azure/communication-reac
55
import { ArgsTable, Title, Description, Heading, Source, Canvas } from '@storybook/addon-docs';
66
import { Meta } from '@storybook/react/types-6-0';
77
import React from 'react';
8-
import { DetailedBetaBanner } from '../BetaBanners/DetailedBetaBanner';
98
import { COMPONENT_FOLDER_PREFIX } from '../constants';
109

1110
import { ImageGalleryExample } from './snippets/ImageGallery.snippet';
@@ -17,7 +16,6 @@ const getDocs: () => JSX.Element = () => {
1716
return (
1817
<>
1918
<Title>ImageGallery</Title>
20-
<DetailedBetaBanner />
2119
<Description>
2220
Component to display image in a gallery. The gallery launches as a modal, it takes focus from the page or app
2321
and require users to interact with them.

packages/storybook/stories/MessageThread/MessageThread.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ const Docs: () => JSX.Element = () => {
326326

327327
<div ref={refDisplayInlineImages}>
328328
<Heading>Display Inline Image with Messages</Heading>
329-
<SingleLineBetaBanner />
330329
<Description>
331330
MessageThread component provides UI for displaying inline image attachments in a message. If an image is
332331
protected by header-based authentication, developers can write there own HTTP call to get the image so you can

0 commit comments

Comments
 (0)