Skip to content
Permalink
Browse files
s/mobile/store slug
  • Loading branch information
akatsoulas committed Oct 27, 2022
1 parent fac7853 commit 2e01156
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
@@ -280,7 +280,7 @@
</p>
</Area>
</Route>
<Route path="mobile" let:location>
<Route path="store" let:location>
<Area
area={gettext("Mobile Store support")}
images={[imgHandsPng, imgHandsWebp, imgHands2xWebp]}
@@ -41,8 +41,8 @@
{gettext("Provide support on social channels")}
</Tile>
{/if}
{#if location?.pathname != "/mobile"}
<Tile to="../mobile" img={storeImg}>
{#if location?.pathname != "/store"}
<Tile to="../store" img={storeImg}>
{gettext("Respond to mobile store reviews")}
</Tile>
{/if}
@@ -25,7 +25,7 @@ module.exports = mergeWithRules({
"/contribute/kb",
"/contribute/social",
"/contribute/l10n",
"/contribute/mobile",
"/contribute/store",
],
}),
],

0 comments on commit 2e01156

Please sign in to comment.