diff --git a/src/components/DownloadSection/DownloadSection.tsx b/src/components/DownloadSection/DownloadSection.tsx index 725ca30..b025f8d 100644 --- a/src/components/DownloadSection/DownloadSection.tsx +++ b/src/components/DownloadSection/DownloadSection.tsx @@ -34,12 +34,12 @@ const DownloadSection: FC = ({ variant }: IProps) => { name: 'Chrome', SvgComponent: chromeSvg, }, - { - buttonLabel: 'Install', - downloadUri: FIREFOX_ADD_ON_LINK, - name: 'Firefox', - SvgComponent: firefoxSvg, - }, + // { + // buttonLabel: 'Install', + // downloadUri: FIREFOX_ADD_ON_LINK, + // name: 'Firefox', + // SvgComponent: firefoxSvg, + // }, { buttonLabel: 'Install', downloadUri: EDGE_STORE_LINK,