We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d077a6b commit 52a4adaCopy full SHA for 52a4ada
web/src/components/MobileHeader.tsx
@@ -44,7 +44,7 @@ const MobileHeader = (props: Props) => {
44
</div>
45
<div className="w-full h-auto flex items-center justify-end" onClick={() => location.reload()}>
46
<div className="w-full h-auto flex justify-center text-gray-200">{t("router.tap-to-reload")}</div>
47
- <Icon.RotateCw className="" />
+ <Icon.RotateCw/>
48
49
<div className={`${showSearch ? "flex" : "hidden"} flex-row justify-end items-center pr-1`}>
50
<Icon.Search className="w-5 h-auto dark:text-gray-200" onClick={() => layoutStore.setHomeSidebarStatus(true)} />
0 commit comments