From 1a6bf9cd177334d860db05fe01458f9f17263516 Mon Sep 17 00:00:00 2001 From: KillariDev Date: Fri, 29 Dec 2023 11:04:05 +0200 Subject: [PATCH 1/3] change socials, remove feedback and analytics links --- src/components/NavBar/MenuDropdown.tsx | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/src/components/NavBar/MenuDropdown.tsx b/src/components/NavBar/MenuDropdown.tsx index 71e6fb6bd53..3f5b501392b 100644 --- a/src/components/NavBar/MenuDropdown.tsx +++ b/src/components/NavBar/MenuDropdown.tsx @@ -4,7 +4,6 @@ import { useOnClickOutside } from 'hooks/useOnClickOutside' import { Box } from 'nft/components/Box' import { Column, Row } from 'nft/components/Flex' import { - BarChartIcon, DiscordIconMenu, EllipsisIcon, GithubIconMenu, @@ -153,14 +152,6 @@ export const MenuDropdown = () => { Vote in governance - - - - - - View more analytics - - { Documentation - - Feedback ↗ - {(isDevelopmentEnv() || isStagingEnv()) && ( { @@ -191,13 +179,13 @@ export const MenuDropdown = () => { )} - + - + - + From e96c5232454e11294bae0d26e1cd179b52386786 Mon Sep 17 00:00:00 2001 From: KillariDev Date: Fri, 29 Dec 2023 11:15:59 +0200 Subject: [PATCH 2/3] update some more links --- README.md | 8 +++----- src/components/About/AboutFooter.tsx | 4 ++-- .../Landing/__snapshots__/index.test.tsx.snap | 16 ++++++++-------- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 9c850bf3428..a5e9dd48cf5 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,11 @@ An open source interface for Uniswap -- a protocol for decentralized exchange of Ethereum tokens. -- Website: [uniswap.org](https://uniswap.org/) -- Interface: [app.uniswap.org](https://app.uniswap.org) +- Website: [dark.florist](https://www.dark.florist/) - Docs: [uniswap.org/docs/](https://docs.uniswap.org/) -- Twitter: [@Uniswap](https://twitter.com/Uniswap) -- Reddit: [/r/Uniswap](https://www.reddit.com/r/Uniswap/) +- Twitter: [@DarkFlorist](https://twitter.com/DarkFlorist) - Email: [contact@uniswap.org](mailto:contact@uniswap.org) -- Discord: [Uniswap](https://discord.gg/FCfyBSbCU5) +- Discord: [Dark Florists](https://discord.com/invite/aCSKcvf5VW) - Whitepapers: - [V1](https://hackmd.io/C-DvwDSfSxuh-Gd4WKE_ig) - [V2](https://uniswap.org/whitepaper.pdf) diff --git a/src/components/About/AboutFooter.tsx b/src/components/About/AboutFooter.tsx index d7277600637..cf4961f0b04 100644 --- a/src/components/About/AboutFooter.tsx +++ b/src/components/About/AboutFooter.tsx @@ -118,10 +118,10 @@ const LogoSectionContent = () => { - + - + diff --git a/src/pages/Landing/__snapshots__/index.test.tsx.snap b/src/pages/Landing/__snapshots__/index.test.tsx.snap index 11cdaf27448..3e964607a04 100644 --- a/src/pages/Landing/__snapshots__/index.test.tsx.snap +++ b/src/pages/Landing/__snapshots__/index.test.tsx.snap @@ -2390,7 +2390,7 @@ exports[`disable nft on landing page does not render nft information and card 1` @@ -2403,7 +2403,7 @@ exports[`disable nft on landing page does not render nft information and card 1` @@ -2563,7 +2563,7 @@ exports[`disable nft on landing page does not render nft information and card 1` @@ -2576,7 +2576,7 @@ exports[`disable nft on landing page does not render nft information and card 1` @@ -5062,7 +5062,7 @@ exports[`disable nft on landing page renders nft information and card 1`] = ` @@ -5075,7 +5075,7 @@ exports[`disable nft on landing page renders nft information and card 1`] = ` @@ -5241,7 +5241,7 @@ exports[`disable nft on landing page renders nft information and card 1`] = ` @@ -5254,7 +5254,7 @@ exports[`disable nft on landing page renders nft information and card 1`] = ` From d78dd7ca0a9209d34268c10de4e908089d0c3da9 Mon Sep 17 00:00:00 2001 From: KillariDev Date: Tue, 2 Jan 2024 10:31:53 +0200 Subject: [PATCH 3/3] no need bar chart icon anymore --- src/nft/components/icons.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/nft/components/icons.tsx b/src/nft/components/icons.tsx index fc8ddd8a4d4..60a2d00ff34 100644 --- a/src/nft/components/icons.tsx +++ b/src/nft/components/icons.tsx @@ -365,14 +365,6 @@ export const TagIcon = (props: SVGProps) => ( ) -export const BarChartIcon = (props: SVGProps) => ( - - - - - -) - export const DiscordIcon = (props: SVGProps) => (