diff --git a/components/Header/Bridge.tsx b/components/Header/Bridge.tsx
index 421d3241..60c70744 100644
--- a/components/Header/Bridge.tsx
+++ b/components/Header/Bridge.tsx
@@ -59,7 +59,7 @@ export const bridgeList: IBridge[] = [
{
title: "Aggregate Bridge",
subTitle: "Arbitrum | Ethereum | Base Optimism | Scroll",
- link: "https://app.ref.finance/bridge",
+ link: "https://dex.rhea.finance/bridge",
},
{
title: "Token Bridge",
diff --git a/pages/_app.tsx b/pages/_app.tsx
index 149f61ec..354333a9 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -135,12 +135,12 @@ function Upgrade({ Component, pageProps }) {
) : (
-
+ {/* */}
-
+ {/* */}
diff --git a/public/favicon.png b/public/favicon.png
index 56ca29da..dc176c46 100644
Binary files a/public/favicon.png and b/public/favicon.png differ
diff --git a/public/rheaLogo.png b/public/rheaLogo.png
index 81c24fd3..a715a01a 100644
Binary files a/public/rheaLogo.png and b/public/rheaLogo.png differ
diff --git a/screens/Market/table.tsx b/screens/Market/table.tsx
index 10f055db..fca55541 100644
--- a/screens/Market/table.tsx
+++ b/screens/Market/table.tsx
@@ -90,7 +90,7 @@ function TableHead({ sorting }) {
{
dispatch_sort_action("availableLiquidityMoney");
}}
diff --git a/screens/TokenDetail/index.tsx b/screens/TokenDetail/index.tsx
index c4499c76..3f79e7b8 100644
--- a/screens/TokenDetail/index.tsx
+++ b/screens/TokenDetail/index.tsx
@@ -1256,7 +1256,7 @@ function OuterLink() {
key="1"
className="lg:opacity-60 lg:hover:opacity-100"
onClick={() => {
- window.open("https://app.ref.finance/");
+ window.open("https://dex.rhea.finance/");
}}
/>
@@ -1275,9 +1275,9 @@ function OuterLink() {
const pool_id = tokenId.split("-")[1];
const is_stable_pool = STABLE_POOL_IDS.includes(pool_id);
if (is_stable_pool) {
- window.open(`https://app.ref.finance/sauce/${pool_id}`);
+ window.open(`https://dex.rhea.finance/sauce/${pool_id}`);
} else {
- window.open(`https://app.ref.finance/pool/${pool_id}`);
+ window.open(`https://dex.rhea.finance/pool/${pool_id}`);
}
}}
/>
diff --git a/tailwind.config.js b/tailwind.config.js
index 75406d1d..b5ce9111 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -82,7 +82,8 @@ module.exports = {
1150: "#2F324B",
},
red: {
- 50: "#FF6BA9",
+ // 50: "#ff7a00",
+ 50: "#FF5500",
100: "#FF68A7",
},
yellow: {