From 530cf6f7b047535c03d453d50f366ce6a9b19544 Mon Sep 17 00:00:00 2001 From: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com> Date: Fri, 4 Feb 2022 17:43:28 +0100 Subject: [PATCH] Off viewport tabs + favicon (#451) * Show off-viewport selected tab to the right * Add favicon --- frontend/public/favicon.svg | 5 ++++ frontend/public/index.html | 1 + frontend/src/App.tsx | 6 +++- frontend/src/components/Chains.css | 10 +++++++ frontend/src/components/Chains.tsx | 45 +++++++++++++++++++++--------- 5 files changed, 53 insertions(+), 14 deletions(-) create mode 100644 frontend/public/favicon.svg diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg new file mode 100644 index 0000000..b16d3e3 --- /dev/null +++ b/frontend/public/favicon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/frontend/public/index.html b/frontend/public/index.html index c833056..7d8a65d 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -14,6 +14,7 @@ } +