Skip to content

Commit

Permalink
refactor: comment out firefox download
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill committed May 1, 2024
1 parent b73146f commit f86af3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/DownloadSection/DownloadSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ const DownloadSection: FC<IProps> = ({ 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,
Expand Down

0 comments on commit f86af3b

Please sign in to comment.