Skip to content

Commit

Permalink
changed links
Browse files Browse the repository at this point in the history
  • Loading branch information
VoroninDima committed Oct 16, 2023
1 parent ab8b38a commit b454318
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airdao/ui-library",
"version": "1.1.7",
"version": "1.1.8",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function Footer(props: FooterProps) {
<div className={s.links}>
<a
className={s.link}
href="https://staging-testnet.airdao.io/"
href="https://airdao.io/"
target="_blank"
rel="noreferrer"
>
Expand All @@ -68,7 +68,7 @@ export function Footer(props: FooterProps) {
</a>
<a
className={s.link}
href="https://staging-testnet.airdao.io/contact-us"
href="https://airdao.io/contact-us"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function HeaderBody({ disconnect, account, balance, loginMetamask, loginWalletCo
className={`${s.header} ${isFixed ? s.header_fixed : ''}`}
ref={headerRef}
>
<a href="https://staging-testnet.airdao.io/" className={s.header__logo}>
<a href="https://airdao.io/" className={s.header__logo}>
<img
src={logo}
width="160"
Expand Down

0 comments on commit b454318

Please sign in to comment.