Skip to content

Commit d0662ec

Browse files
fix name
1 parent 5f2f0ba commit d0662ec

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

components/common/SideNavbar/SideNavbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const SideNavbar: FC<Props> = ({ isSideNavbarOpen, toggle }: Props) => {
185185
</Icon>
186186
<SideNavbarWrapper>
187187
<SideNavbarMenu>
188-
<NextLink href="/store">
188+
<NextLink href="/drop">
189189
<A onClick={toggle}>Store</A>
190190
</NextLink>
191191

components/ui/BuyButton/BuyButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type FuncProps = {
3131
const BuyButton: FC<FuncProps> = ({ buttonText, onClick }) => {
3232
return (
3333
<Button onClick={onClick}>
34-
{onClick ? buttonText : <NextLink href="/store">{buttonText}</NextLink>}
34+
{onClick ? buttonText : <NextLink href="/drop">{buttonText}</NextLink>}
3535
</Button>
3636
)
3737
}

components/ui/Hero/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const Hero: FC = () => {
162162
<P fontSize={lang === "ru" ? "2vw" : "2.5vw"}>
163163
{t("home:hero-description")}
164164
</P>
165-
<NextLink href="/store">
165+
<NextLink href="/drop">
166166
<Button
167167
style={{ marginTop: "2vw" }}
168168
fontSize={lang === "ru" ? "2vw" : "2.5vw"}

locales/en-US/home.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"collect": "Collect &",
33
"evolve-beasts": " Evolve Beasts. ",
4-
"play2earn": "Play-2-earn.",
5-
"hero-description": "Pokémon-inspired NFT collectibles game made by an 10-year old and his brother.",
4+
"play2earn": "Play-and-earn.",
5+
"hero-description": "A fully on-chain interactive Pokémon-inspired NFT collectibles game.",
66
"buy-now": "Buy Now",
77
"beast-packs": "Beast Packs",
88
"place-your-order": "Place your order for a chance to receive a 1-star beast or more!",

0 commit comments

Comments
 (0)