mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
fix(appearance): new strings for discover button
This commit is contained in:
2
external/lang
vendored
2
external/lang
vendored
Submodule external/lang updated: 35f883fa6e...75b7859a06
@@ -1,4 +1,4 @@
|
|||||||
import { Store } from "@styled-icons/boxicons-solid";
|
import { Brush } from "@styled-icons/boxicons-solid";
|
||||||
import { observer } from "mobx-react-lite";
|
import { observer } from "mobx-react-lite";
|
||||||
import { Link } from "react-router-dom";
|
import { Link } from "react-router-dom";
|
||||||
// @ts-expect-error shade-blend-color does not have typings.
|
// @ts-expect-error shade-blend-color does not have typings.
|
||||||
@@ -53,11 +53,13 @@ export const ThemeShopShim = () => {
|
|||||||
return (
|
return (
|
||||||
<Link to="/discover/themes" replace>
|
<Link to="/discover/themes" replace>
|
||||||
<CategoryButton
|
<CategoryButton
|
||||||
icon={<Store size={24} />}
|
icon={<Brush size={24} />}
|
||||||
action="chevron"
|
action="chevron"
|
||||||
description={"Browse themes made by the community"}
|
description={
|
||||||
|
<Text id="app.settings.pages.appearance.discover.description" />
|
||||||
|
}
|
||||||
hover>
|
hover>
|
||||||
<Text id="app.settings.pages.theme_shop.title" />
|
<Text id="app.settings.pages.appearance.discover.title" />
|
||||||
</CategoryButton>
|
</CategoryButton>
|
||||||
</Link>
|
</Link>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user