Skip to content

Commit 52a4ada

Browse files
athurgZeng1998
andauthored
Update web/src/components/MobileHeader.tsx
Co-authored-by: Zeng1998 <acan.coder@gmail.com>
1 parent d077a6b commit 52a4ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/MobileHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const MobileHeader = (props: Props) => {
4444
</div>
4545
<div className="w-full h-auto flex items-center justify-end" onClick={() => location.reload()}>
4646
<div className="w-full h-auto flex justify-center text-gray-200">{t("router.tap-to-reload")}</div>
47-
<Icon.RotateCw className="" />
47+
<Icon.RotateCw/>
4848
</div>
4949
<div className={`${showSearch ? "flex" : "hidden"} flex-row justify-end items-center pr-1`}>
5050
<Icon.Search className="w-5 h-auto dark:text-gray-200" onClick={() => layoutStore.setHomeSidebarStatus(true)} />

0 commit comments

Comments
 (0)