From 8949d0ee6786100cdcac0491c3bed530a4139320 Mon Sep 17 00:00:00 2001 From: Tarmo Date: Tue, 7 Sep 2021 03:46:20 +0300 Subject: [PATCH 1/4] logo in title --- src/App.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 4cbf2fc..18ae885 100644 --- a/src/App.js +++ b/src/App.js @@ -178,8 +178,7 @@ function App() { return (
-
Obyte logo
- Get Me Into Obyte + Get Me Into <img src="/obyte-white-transparent-h100.png" style={{ height: 100 }} alt="Obyte logo" />
From 2ca54f8122682d9fcce2a1f5a87176aa76ffe8b2 Mon Sep 17 00:00:00 2001 From: Tarmo Date: Tue, 7 Sep 2021 03:50:18 +0300 Subject: [PATCH 2/4] remove logo text --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 18ae885..dd380c6 100644 --- a/src/App.js +++ b/src/App.js @@ -178,7 +178,7 @@ function App() { return (
- Get Me Into <img src="/obyte-white-transparent-h100.png" style={{ height: 100 }} alt="Obyte logo" /> + Get Me Into <img src="/obyte-white-transparent-h100.png" style={{ height: 100 }} alt="Obyte" />
From 0b253e4feb654556de4cca21c3610d138cc6acfc Mon Sep 17 00:00:00 2001 From: Tarmo Date: Tue, 7 Sep 2021 17:38:21 +0300 Subject: [PATCH 3/4] title too --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index dd380c6..b14f9c2 100644 --- a/src/App.js +++ b/src/App.js @@ -178,7 +178,7 @@ function App() { return (
- Get Me Into <img src="/obyte-white-transparent-h100.png" style={{ height: 100 }} alt="Obyte" /> + Get Me Into <img src="/obyte-white-transparent-h100.png" style={{ height: 100 }} alt="Obyte" title="Obyte" />
From 1177ca1c39fa16a52d9bb75f0aef5bcec3dbae7c Mon Sep 17 00:00:00 2001 From: Tarmo Date: Tue, 7 Sep 2021 18:52:23 +0300 Subject: [PATCH 4/4] fix warnings --- src/App.js | 6 +++--- src/components/SocialIcons/SocialIcons.js | 2 +- src/components/Transfer/Transfer.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.js b/src/App.js index b14f9c2..7ca9c0e 100644 --- a/src/App.js +++ b/src/App.js @@ -273,7 +273,7 @@ function App() { Install Obyte wallet {" "} @@ -330,10 +330,10 @@ function App() {
- Powered by Counterstake Bridge + Powered by Counterstake Bridge
- © Obyte + © Obyte
diff --git a/src/components/SocialIcons/SocialIcons.js b/src/components/SocialIcons/SocialIcons.js index ac3a5ab..fca8113 100644 --- a/src/components/SocialIcons/SocialIcons.js +++ b/src/components/SocialIcons/SocialIcons.js @@ -61,7 +61,7 @@ export const SocialIcons = ({size = "full", centered = false}) => { // type full return (
- {(size === "full" ? links : links.slice(0, 5)).map((social) => )} + {(size === "full" ? links : links.slice(0, 5)).map((social) => )}
) } \ No newline at end of file diff --git a/src/components/Transfer/Transfer.js b/src/components/Transfer/Transfer.js index bca1a42..58e2f62 100644 --- a/src/components/Transfer/Transfer.js +++ b/src/components/Transfer/Transfer.js @@ -102,12 +102,12 @@ export const Transfer = (t) => {
- Sent in: + Sent in:
{claim_txid &&
- Claimed in: + Claimed in:
}