diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39550fbb..d663231c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,9 +3,11 @@
## Unreleased
### Bug Fixes
+- Fix signers link in Txs Information block #484
### Features
- Update wcjs and wallet utils versions #481
+- Update icons to new logo #486
## 3.5.0
diff --git a/public/favicon.ico b/public/favicon.ico
index 51930e80..4273c691 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/favicon.svg b/public/favicon.svg
new file mode 100644
index 00000000..c58b651e
--- /dev/null
+++ b/public/favicon.svg
@@ -0,0 +1,4 @@
+
diff --git a/public/icon-144x144.png b/public/icon-144x144.png
new file mode 100644
index 00000000..e6dfd2e2
Binary files /dev/null and b/public/icon-144x144.png differ
diff --git a/public/icon-192x192.png b/public/icon-192x192.png
new file mode 100644
index 00000000..ea2e759c
Binary files /dev/null and b/public/icon-192x192.png differ
diff --git a/public/icon-256x256.png b/public/icon-256x256.png
new file mode 100644
index 00000000..8d9ebfc7
Binary files /dev/null and b/public/icon-256x256.png differ
diff --git a/public/icon-384x384.png b/public/icon-384x384.png
new file mode 100644
index 00000000..c35bba2d
Binary files /dev/null and b/public/icon-384x384.png differ
diff --git a/public/icon-48x48.png b/public/icon-48x48.png
new file mode 100644
index 00000000..fdb2650c
Binary files /dev/null and b/public/icon-48x48.png differ
diff --git a/public/icon-512x512.png b/public/icon-512x512.png
new file mode 100644
index 00000000..d608a2f8
Binary files /dev/null and b/public/icon-512x512.png differ
diff --git a/public/icon-72x72.png b/public/icon-72x72.png
new file mode 100644
index 00000000..f74a6943
Binary files /dev/null and b/public/icon-72x72.png differ
diff --git a/public/icon-96x96.png b/public/icon-96x96.png
new file mode 100644
index 00000000..6eab9611
Binary files /dev/null and b/public/icon-96x96.png differ
diff --git a/public/logo.svg b/public/logo.svg
index 08b43c50..19920568 100644
--- a/public/logo.svg
+++ b/public/logo.svg
@@ -9,8 +9,10 @@
fill="#222222"
d="M49 18.9V21h-8.7V9.7H49v2.1h-6v2.4h5.3v2h-5.3V19h6.2zM66.4 21l-2.8-4-2.7 4h-3l4.2-5.7-4-5.6h3l2.6 3.7 2.6-3.7H69l-4 5.5 4.3 5.8h-3zm17-11.3c1 0 1.8.2 2.6.5.7.3 1.3.8 1.7 1.4.4.6.6 1.4.6 2.2a4 4 0 01-.6 2.2c-.4.6-1 1-1.7 1.4-.8.3-1.6.5-2.6.5H81V21h-2.6V9.7h4.9zm-.2 6c.8 0 1.4-.1 1.8-.4.4-.4.6-.9.6-1.5s-.2-1.1-.6-1.5c-.4-.3-1-.5-1.8-.5H81v4H83zm15-6h2.6v9.2h5.7V21h-8.3V9.7zm23.1 11.5c-1.1 0-2.2-.3-3.2-.8-.9-.5-1.6-1.2-2.2-2-.5-1-.8-2-.8-3a5.7 5.7 0 013-5.1c1-.5 2-.8 3.2-.8 1.2 0 2.3.3 3.2.8a5.7 5.7 0 013 5 5.7 5.7 0 01-3 5.1c-1 .5-2 .8-3.2.8zm0-2.2c.7 0 1.3-.2 1.8-.5.6-.3 1-.7 1.3-1.3.3-.5.5-1.2.5-1.9s-.2-1.3-.5-1.8c-.3-.6-.7-1-1.3-1.3-.5-.3-1.1-.5-1.8-.5a3.5 3.5 0 00-3 1.8c-.4.5-.5 1.1-.5 1.8s.1 1.4.4 2a3.4 3.4 0 003.1 1.7zm23.5 2l-2.2-3.1H140V21h-2.6V9.7h4.8c1 0 2 .2 2.6.5.8.3 1.4.8 1.8 1.4.4.6.6 1.4.6 2.2 0 .8-.3 1.6-.7 2.2-.4.6-1 1-1.7 1.4l2.6 3.6h-2.8zm0-7.2c0-.6-.3-1.1-.7-1.5-.4-.3-1-.5-1.8-.5h-2.1v4h2.1c.8 0 1.4-.2 1.8-.5.4-.4.6-.9.6-1.5zm21.5 5.1V21h-8.8V9.7h8.5v2.1H160v2.4h5.2v2H160V19h6.2zm17.3 2.1l-2.2-3.1H179V21h-2.6V9.7h4.9c1 0 1.9.2 2.6.5.7.3 1.3.8 1.7 1.4.4.6.6 1.4.6 2.2 0 .8-.2 1.6-.6 2.2-.4.6-1 1-1.7 1.4l2.5 3.6h-2.8zm0-7.2c0-.6-.2-1.1-.7-1.5-.4-.3-1-.5-1.7-.5h-2.2v4h2.2c.7 0 1.3-.2 1.7-.5.5-.4.7-.9.7-1.5z"
/>
-
+
\ No newline at end of file
diff --git a/public/manifest.json b/public/manifest.json
index bc152e73..1eb6fd38 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,15 +1,10 @@
{
"short_name": "Provenance Explorer",
"name": "Explore the Blockchain with Provenance",
- "icons": [
- {
- "src": "favicon.ico",
- "sizes": "64x64 32x32 24x24 16x16",
- "type": "image/x-icon"
- }
- ],
+ "icons":[{"src":"icons/icon-48x48.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"48x48","type":"image/png"},{"src":"icons/icon-72x72.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"72x72","type":"image/png"},{"src":"icons/icon-96x96.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"96x96","type":"image/png"},{"src":"icons/icon-144x144.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"144x144","type":"image/png"},{"src":"icons/icon-192x192.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"192x192","type":"image/png"},{"src":"icons/icon-256x256.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"256x256","type":"image/png"},{"src":"icons/icon-384x384.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"384x384","type":"image/png"},{"src":"icons/icon-512x512.png?v=9aa03bbe1437f4bb15ee5825145f8e4a","sizes":"512x512","type":"image/png"}],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
+
diff --git a/src/Components/SpriteSheet/SpriteSheet.js b/src/Components/SpriteSheet/SpriteSheet.js
index 6557d90e..a3bdda03 100644
--- a/src/Components/SpriteSheet/SpriteSheet.js
+++ b/src/Components/SpriteSheet/SpriteSheet.js
@@ -190,10 +190,12 @@ const SpriteSheet = () => (
fill="var(--secondaryColor)"
d="M49 18.9V21h-8.7V9.7H49v2.1h-6v2.4h5.3v2h-5.3V19h6.2zM66.4 21l-2.8-4-2.7 4h-3l4.2-5.7-4-5.6h3l2.6 3.7 2.6-3.7H69l-4 5.5 4.3 5.8h-3zm17-11.3c1 0 1.8.2 2.6.5.7.3 1.3.8 1.7 1.4.4.6.6 1.4.6 2.2a4 4 0 01-.6 2.2c-.4.6-1 1-1.7 1.4-.8.3-1.6.5-2.6.5H81V21h-2.6V9.7h4.9zm-.2 6c.8 0 1.4-.1 1.8-.4.4-.4.6-.9.6-1.5s-.2-1.1-.6-1.5c-.4-.3-1-.5-1.8-.5H81v4H83zm15-6h2.6v9.2h5.7V21h-8.3V9.7zm23.1 11.5c-1.1 0-2.2-.3-3.2-.8-.9-.5-1.6-1.2-2.2-2-.5-1-.8-2-.8-3a5.7 5.7 0 013-5.1c1-.5 2-.8 3.2-.8 1.2 0 2.3.3 3.2.8a5.7 5.7 0 013 5 5.7 5.7 0 01-3 5.1c-1 .5-2 .8-3.2.8zm0-2.2c.7 0 1.3-.2 1.8-.5.6-.3 1-.7 1.3-1.3.3-.5.5-1.2.5-1.9s-.2-1.3-.5-1.8c-.3-.6-.7-1-1.3-1.3-.5-.3-1.1-.5-1.8-.5a3.5 3.5 0 00-3 1.8c-.4.5-.5 1.1-.5 1.8s.1 1.4.4 2a3.4 3.4 0 003.1 1.7zm23.5 2l-2.2-3.1H140V21h-2.6V9.7h4.8c1 0 2 .2 2.6.5.8.3 1.4.8 1.8 1.4.4.6.6 1.4.6 2.2 0 .8-.3 1.6-.7 2.2-.4.6-1 1-1.7 1.4l2.6 3.6h-2.8zm0-7.2c0-.6-.3-1.1-.7-1.5-.4-.3-1-.5-1.8-.5h-2.1v4h2.1c.8 0 1.4-.2 1.8-.5.4-.4.6-.9.6-1.5zm21.5 5.1V21h-8.8V9.7h8.5v2.1H160v2.4h5.2v2H160V19h6.2zm17.3 2.1l-2.2-3.1H179V21h-2.6V9.7h4.9c1 0 1.9.2 2.6.5.7.3 1.3.8 1.7 1.4.4.6.6 1.4.6 2.2 0 .8-.2 1.6-.6 2.2-.4.6-1 1-1.7 1.4l2.5 3.6h-2.8zm0-7.2c0-.6-.2-1.1-.7-1.5-.4-.3-1-.5-1.7-.5h-2.2v4h2.2c.7 0 1.3-.2 1.7-.5.5-.4.7-.9.7-1.5z"
/>
-
+
@@ -242,10 +244,10 @@ const SpriteSheet = () => (
-
diff --git a/src/Pages/Tx/Components/TxInformation.js b/src/Pages/Tx/Components/TxInformation.js
index 9cbbf8c7..d70598d3 100644
--- a/src/Pages/Tx/Components/TxInformation.js
+++ b/src/Pages/Tx/Components/TxInformation.js
@@ -98,7 +98,7 @@ const TxInformation = () => {
{
title: signers.length === 1 ? 'Signer' : 'Signer(s)',
value: signers.length === 1 && maxLength(signers[0].address, 12, '4'),
- link: signers.length === 1 && `/accounts/${feepayer.address}`,
+ link: signers.length === 1 && `/accounts/${signers[0].address}`,
copy: signers.length === 1 && signers[0].address,
table:
signers.length > 1