From 18552ab4b5f3174112713d0984e862c95eaa4331 Mon Sep 17 00:00:00 2001 From: heygsc <1596920983@qq.com> Date: Sun, 3 Mar 2024 01:02:44 +0800 Subject: [PATCH] fix: download button icon Signed-off-by: heygsc <1596920983@qq.com> --- components/Downloads/DownloadButton/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Downloads/DownloadButton/index.tsx b/components/Downloads/DownloadButton/index.tsx index ab46dc2304119..342ff1a2dd1fb 100644 --- a/components/Downloads/DownloadButton/index.tsx +++ b/components/Downloads/DownloadButton/index.tsx @@ -1,6 +1,6 @@ 'use client'; -import { ArrowDownIcon } 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} - + );