From adeb7366dd6d7fec501e17170eb78798aadf915a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Quiroz?= Date: Fri, 3 Feb 2023 16:26:32 -0300 Subject: [PATCH] feat: add deprecation note on mobile builds --- src/components/UI/downloads/DownloadsTable.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/UI/downloads/DownloadsTable.tsx b/src/components/UI/downloads/DownloadsTable.tsx index c21e4865a4..1924d32d19 100644 --- a/src/components/UI/downloads/DownloadsTable.tsx +++ b/src/components/UI/downloads/DownloadsTable.tsx @@ -2,6 +2,7 @@ import { Stack, Tabs, TabList, Tab, Text, TabPanel, TabPanels } from '@chakra-ui import { FC, useMemo } from 'react'; import { DataTable } from '../../UI'; +import { BuildsDeprecationNote } from './BuildsDeprecationNote'; import { DOWNLOADS_TABLE_TABS, DOWNLOADS_TABLE_TAB_COLUMN_HEADERS } from '../../../constants'; import { ReleaseData } from '../../../types'; @@ -102,12 +103,16 @@ export const DownloadsTable: FC = ({ /> + + + +