mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-12 18:29:57 -05:00
parent
eab5c299a8
commit
e12869fbe4
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ export function Component(props: Props) {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{isExperimentEnabled('theme_shop') && <Link to="/settings/theme_shop">
|
{isExperimentEnabled('theme_shop') && <Link to="/settings/theme_shop" replace>
|
||||||
<CategoryButton icon={<Store size={24} />} action="chevron" hover>
|
<CategoryButton icon={<Store size={24} />} action="chevron" hover>
|
||||||
<Text id="app.settings.pages.theme_shop.title" />
|
<Text id="app.settings.pages.theme_shop.title" />
|
||||||
</CategoryButton>
|
</CategoryButton>
|
||||||
|
|
Loading…
Reference in a new issue