diff --git a/components/Downloads/DownloadButton/index.tsx b/components/Downloads/DownloadButton/index.tsx index e5e91407017e4..342ff1a2dd1fb 100644 --- a/components/Downloads/DownloadButton/index.tsx +++ b/components/Downloads/DownloadButton/index.tsx @@ -1,6 +1,6 @@ 'use client'; -import { ArrowRightIcon } from '@heroicons/react/24/outline'; +import { CloudArrowDownIcon } from '@heroicons/react/24/outline'; import classNames from 'classnames'; import type { FC, PropsWithChildren } from 'react'; @@ -29,7 +29,7 @@ const DownloadButton: FC> = ({ > {children} - + );