Skip to content

Commit 15ac109

Browse files
fix: remove vercel links
1 parent 21493db commit 15ac109

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Navbar/Navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ export class Navbar extends React.PureComponent<NavbarProps, NavbarState> {
127127
</Menu.Item>
128128
<Menu.Item
129129
active={activePage === 'marketplace'}
130-
href="https://market-birdezkingdom.vercel.app"
130+
href="https://market.birdezkingdom.com"
131131
>
132132
{i18n.menu.marketplace}
133133
</Menu.Item>
134134
<Menu.Item
135135
active={activePage === 'builder'}
136-
href="https://builder-birdezkingdom.vercel.app"
136+
href="https://builder.birdezkingdom.com"
137137
>
138138
{i18n.menu.builder}
139139
</Menu.Item>

src/components/UserMenu/UserMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class UserMenu extends React.Component<UserMenuProps, UserMenuState> {
132132
size="small"
133133
className={onClickBalance ? 'clickable' : undefined}
134134
title={`${manaBalances[network].toLocaleString()} $SEED`}
135-
href="https://account-birdezkingdom.vercel.app"
135+
href="https://account.birdezkingdom.com"
136136
>
137137
{Number(manaBalances[network].toFixed(2)).toLocaleString()}
138138
</Mana>
@@ -158,7 +158,7 @@ export class UserMenu extends React.Component<UserMenuProps, UserMenuState> {
158158
</div>
159159
</div>
160160
<ul className="actions">
161-
<a href="https://account-birdezkingdom.vercel.app">
161+
<a href="https://account.birdezkingdom.com">
162162
<li>
163163
<Icon name="user"></Icon>
164164
{i18n.account}

0 commit comments

Comments
 (0)