chore: add deprecation notice on dot org site

This commit is contained in:
Mo
2022-12-05 17:20:47 -06:00
parent d3262b0f01
commit ccde207de8
5 changed files with 25 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ import DarkModeHandler from '../DarkModeHandler/DarkModeHandler'
import ApplicationProvider from '../ApplicationProvider'
import CommandProvider from '../CommandProvider'
import PanesSystemComponent from '../Panes/PanesSystemComponent'
import DotOrgNotice from './DotOrgNotice'
type Props = {
application: WebApplication
@@ -230,6 +231,7 @@ const ApplicationView: FunctionComponent<Props> = ({ application, mainApplicatio
viewControllerManager={viewControllerManager}
/>
</>
{application.routeService.isDotOrg && <DotOrgNotice />}
</div>
</PremiumModalProvider>
</ResponsivePaneProvider>