From 2415e98fbee58bf66b927449608ce4769410d848 Mon Sep 17 00:00:00 2001
From: trashtemp <96388163+trashtemp@users.noreply.github.com>
Date: Fri, 14 Jan 2022 17:16:11 +0100
Subject: [PATCH] fix(appearance): new strings for discover button
---
external/lang | 2 +-
src/components/settings/AppearanceShims.tsx | 10 ++++++----
2 files changed, 7 insertions(+), 5 deletions(-)
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>
-
+
);