diff --git a/external/lang b/external/lang index 35f883fa..75b7859a 160000 --- a/external/lang +++ b/external/lang @@ -1 +1 @@ -Subproject commit 35f883fa6e808ff31def7e73f03234af069414db +Subproject commit 75b7859a067a718b7507c4898990ccc72ece7fd9 diff --git a/src/components/settings/AppearanceShims.tsx b/src/components/settings/AppearanceShims.tsx index 550c7c8a..4f619a04 100644 --- a/src/components/settings/AppearanceShims.tsx +++ b/src/components/settings/AppearanceShims.tsx @@ -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 { Link } from "react-router-dom"; // @ts-expect-error shade-blend-color does not have typings. @@ -53,11 +53,13 @@ export const ThemeShopShim = () => { return ( } + icon={} action="chevron" - description={"Browse themes made by the community"} + description={ + + } hover> - + );