|
@@ -108,9 +108,7 @@ export const SettingsGeneral: Component = () => {
|
|
|
description={
|
|
description={
|
|
|
<>
|
|
<>
|
|
|
{language.t("settings.general.row.theme.description")}{" "}
|
|
{language.t("settings.general.row.theme.description")}{" "}
|
|
|
- <Link href="https://opencode.ai/docs/themes/">
|
|
|
|
|
- {language.t("common.learnMore")}
|
|
|
|
|
- </Link>
|
|
|
|
|
|
|
+ <Link href="https://opencode.ai/docs/themes/">{language.t("common.learnMore")}</Link>
|
|
|
</>
|
|
</>
|
|
|
}
|
|
}
|
|
|
>
|
|
>
|