From 49c463d402a9a7925f78a0bb1d555730d9b8e2c6 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 27 Jan 2023 22:51:45 -0800 Subject: [PATCH 01/18] Add Remix icon and button --- components/Header/index.tsx | 17 +++++++++++++++-- public/icons/Remix.svg | 4 ++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 public/icons/Remix.svg diff --git a/components/Header/index.tsx b/components/Header/index.tsx index b94b7d60..b0523281 100644 --- a/components/Header/index.tsx +++ b/components/Header/index.tsx @@ -26,9 +26,10 @@ import AccountModal from '~components/AccountModal' import Toast from '~components/Toast' import Button from '~components/Button' +import ArrowIcon from '~public/icons/Arrow.svg' import LinkIcon from '~public/icons/Link.svg' import MenuIcon from '~public/icons/Menu.svg' -import ArrowIcon from '~public/icons/Arrow.svg' +import RemixIcon from '~public/icons/Remix.svg' import SaveIcon from '~public/icons/Save.svg' import './index.scss' @@ -243,6 +244,18 @@ const Header = () => { ) } + const remixButton = () => { + return ( +