diff --git a/boba-logo.svg b/boba-logo.svg
deleted file mode 100644
index d9f9b06b..00000000
--- a/boba-logo.svg
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
diff --git a/package.json b/package.json
index 66959765..ab59c1e3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@bobanetwork/gateway",
- "version": "0.14.3",
+ "version": "0.14.4",
"private": true,
"scripts": {
"audit-check": "audit-ci --moderate",
diff --git a/public/boba_gateway.png b/public/boba_gateway.png
new file mode 100644
index 00000000..ac2c7118
Binary files /dev/null and b/public/boba_gateway.png differ
diff --git a/public/index.html b/public/index.html
index 0ca40b69..11559d40 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,19 +4,35 @@
-
-
-
-
+
+
+
+
+
+
+
+
Boba Network Gateway: Unlock Seamless Token Bridging
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- Boba Gateway
+
diff --git a/src/components/layout/Header/styles.ts b/src/components/layout/Header/styles.ts
index 6a448cf1..bf4b45dc 100644
--- a/src/components/layout/Header/styles.ts
+++ b/src/components/layout/Header/styles.ts
@@ -12,7 +12,7 @@ export const HeaderContainer = styled.div`
align-items: center;
justify-content: flex-start;
backdrop-filter: blur(7.5px);
- z-index: 9999;
+ z-index: 10;
background: ${({ theme: { name, colors } }) =>
name === 'light' ? 'rgba(255, 255, 255, 0.35)' : 'rgba(0, 0, 0, 0.05)'};
diff --git a/src/containers/history/History.tsx b/src/containers/history/History.tsx
index 08ad86db..7ac25275 100644
--- a/src/containers/history/History.tsx
+++ b/src/containers/history/History.tsx
@@ -160,21 +160,10 @@ const History = () => {
/>
)
}
- // @todo @note review and try to refactor as it seems multiple call to same function!
+
const syncTransactions = async () => {
if (accountEnabled) {
- const newTransactions = await transactionService.getTransactions()
- if (newTransactions.length === 0) {
- setTransactionsFound(false)
- } else {
- setTransactionsFound(true)
- }
- if (
- new Set(ValidValuesFromArray(transactions)).size !==
- new Set(newTransactions).size
- ) {
- dispatch(fetchTransactions())
- }
+ dispatch(fetchTransactions())
}
}
diff --git a/src/containers/home/__snapshots__/index.test.tsx.snap b/src/containers/home/__snapshots__/index.test.tsx.snap
index 65b4c88c..aaf15ded 100644
--- a/src/containers/home/__snapshots__/index.test.tsx.snap
+++ b/src/containers/home/__snapshots__/index.test.tsx.snap
@@ -16,7 +16,7 @@ exports[`Home should match snapshot 1`] = `
class="sc-hGMjit aucDE"
>