diff --git a/src/App.js b/src/App.js index 4cbf2fc..7ca9c0e 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" title="Obyte" />
@@ -274,7 +273,7 @@ function App() { Install Obyte wallet {" "} @@ -331,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:
{txid}
+ Sent in:
{txid}
{claim_txid &&
- Claimed in:
{claim_txid}
+ Claimed in:
{claim_txid}
}