Skip to content

Commit

Permalink
Revert "replace orderly domain (#563)" (#578)
Browse files Browse the repository at this point in the history
This reverts commit 62cb656.
  • Loading branch information
xieqiancaosissi authored Aug 6, 2024
1 parent 6961ccd commit cf14eb9
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions src/components/orderlyAirdrop/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Carousel = ({
};

const blank = () => {
window.open('https://airdrop.orderly.org/', '_blank');
window.open('https://airdrop.orderly.network/', '_blank');
};

useEffect(() => {
Expand Down Expand Up @@ -149,10 +149,10 @@ export const Carousel = ({
className="underline cursor-pointer hover:text-greenLight"
onClick={() => {
closePop();
window.open('https://airdrop.orderly.org/', '_blank');
window.open('https://airdrop.orderly.network/', '_blank');
}}
>
https://airdrop.orderly.org/
https://airdrop.orderly.network/
</span>
</p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/components/orderlyAirdropMobile/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Carousel = ({
};

const blank = () => {
window.open('https://airdrop.orderly.org/');
window.open('https://airdrop.orderly.network/');
};

useEffect(() => {
Expand Down Expand Up @@ -149,10 +149,10 @@ export const Carousel = ({
className="underline cursor-pointer hover:text-greenLight"
onClick={() => {
closePop();
window.open('https://airdrop.orderly.org/', '_blank');
window.open('https://airdrop.orderly.network/', '_blank');
}}
>
https://airdrop.orderly.org
https://airdrop.orderly.network
</span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Orderly/components/Common/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export function RegisterButton({
})}
<a
className="underline text-primary ml-1"
href="https://orderly.org/"
href="https://orderly.network/"
target="_blank"
rel="noopener noreferrer nofollow"
>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Orderly/components/PerpHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function PerpOrderlyTip() {
className="font-gothamBold mx-1 underline"
rel="noopener noreferrer nofollow"
target="_blank"
href="https://docs.orderly.org/perpetual-futures/introduction"
href="https://docs.orderly.network/perpetual-futures/introduction"
>
{isMobile && <br />}
<FormattedMessage
Expand Down Expand Up @@ -102,7 +102,7 @@ export function PerpOrderlyTipMobile() {
className="font-gothamBold mx-1 underline"
rel="noopener noreferrer nofollow"
target="_blank"
href="https://docs.orderly.org/perpetual-futures/introduction"
href="https://docs.orderly.network/perpetual-futures/introduction"
>
{/* {isMobile && <br />} */}
<FormattedMessage
Expand Down
6 changes: 3 additions & 3 deletions src/pages/Orderly/components/UserBoard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export function RegisterModal(
})}
<a
className="underline text-primary ml-1"
href="https://orderly.org/"
href="https://orderly.network/"
target="_blank"
rel="noopener noreferrer nofollow"
>
Expand Down Expand Up @@ -360,7 +360,7 @@ function LearnMoreBox() {
defaultMessage: 'Learn more about',
})}
<a
href="https://orderly.org/"
href="https://orderly.network/"
target="_blank"
rel="noopener noreferrer nofollow"
className="inline underline cursor-pointer text-white ml-1"
Expand Down Expand Up @@ -434,7 +434,7 @@ function UserBoardFoot() {
</div>

<a
href="https://docs.orderly.org/welcome-to-orderly/what-is-orderly-network"
href="https://docs.orderly.network/welcome-to-orderly/what-is-orderly-network"
className="underline hover:text-white whitespace-nowrap"
target="_blank"
rel="noopener noreferrer nofollow"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function MarginRatioText() {
<br />
<a
className="underline text-v3Blue"
href="https://docs.orderly.org/perpetual-futures/margin-leverage-and-pnl"
href="https://docs.orderly.network/perpetual-futures/margin-leverage-and-pnl"
rel="noopener noreferrer nofollow"
target="_blank"
>
Expand Down
8 changes: 4 additions & 4 deletions src/pages/Orderly/components/UserBoardPerp/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function RegisterModal(
})}
<a
className="underline text-primary ml-1"
href="https://orderly.org/"
href="https://orderly.network/"
target="_blank"
rel="noopener noreferrer nofollow"
>
Expand Down Expand Up @@ -342,7 +342,7 @@ function LearnMoreBox() {
defaultMessage: 'Learn more about',
})}
<a
href="https://orderly.org/"
href="https://orderly.network/"
target="_blank"
rel="noopener noreferrer nofollow"
className="inline underline cursor-pointer text-white ml-1"
Expand Down Expand Up @@ -414,7 +414,7 @@ function UserBoardFoot() {

<div className="frcs gap-2 text-primaryText">
<a
href="https://docs.orderly.org/welcome-to-orderly/what-is-orderly-network"
href="https://docs.orderly.network/welcome-to-orderly/what-is-orderly-network"
className="underline hover:text-white whitespace-nowrap"
target="_blank"
rel="noopener noreferrer nofollow"
Expand All @@ -426,7 +426,7 @@ function UserBoardFoot() {
</a>

<a
href="https://docs.orderly.org/perpetual-futures/introduction"
href="https://docs.orderly.network/perpetual-futures/introduction"
className="underline hover:text-white whitespace-nowrap"
target="_blank"
rel="noopener noreferrer nofollow"
Expand Down

0 comments on commit cf14eb9

Please sign in to comment.