feat: full discovery integration

This commit is contained in:
Paul Makles
2022-01-10 18:18:43 +00:00
parent 600ea42c0f
commit 540c851d8f
6 changed files with 98 additions and 39 deletions

View File

@@ -50,10 +50,8 @@ export const ThemeBaseSelectorShim = observer(() => {
* TODO: stabilise
*/
export const ThemeShopShim = () => {
if (!useApplicationState().experiments.isEnabled("theme_shop")) return null;
return (
<Link to="/settings/theme_shop" replace>
<Link to="/discover/themes" replace>
<CategoryButton
icon={<Store size={24} />}
action="chevron"