调整样式

This commit is contained in:
myf 2022-06-09 17:46:30 +08:00
parent c0d5ef076a
commit 31e26ea135
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ const PanelFooter: React.FC<Props> = ({
<SettingsEntry>
{/* <ThemeSwitcher isDark={isDark} toggleTheme={toggleTheme} /> */}
<LangSelector currentLang={currentLang} langs={langs} setLang={setLang} />
<Link href={documentAddress} target="_blank" color="#1FC7D4">
<Link href={documentAddress} target="_blank" color="#1FC7D4" style={{ cursor: "pointer" }}>
{t("help center")}
</Link>
</SettingsEntry>