From d3b6afb0fe1ca76aaa54244ac599962d87812821 Mon Sep 17 00:00:00 2001 From: KillariDev Date: Fri, 29 Dec 2023 11:23:41 +0200 Subject: [PATCH 1/4] remove cmopany and uniswap copyright --- src/components/About/AboutFooter.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/About/AboutFooter.tsx b/src/components/About/AboutFooter.tsx index cf4961f0b04..b3b1006b399 100644 --- a/src/components/About/AboutFooter.tsx +++ b/src/components/About/AboutFooter.tsx @@ -125,7 +125,6 @@ const LogoSectionContent = () => { - © {new Date().getFullYear()} Uniswap Labs ) } @@ -152,11 +151,6 @@ export const AboutFooter = () => { Governance Developers - - Company - Careers - Blog - Get Help Date: Fri, 29 Dec 2023 11:26:56 +0200 Subject: [PATCH 2/4] update discord links --- .github/ISSUE_TEMPLATE/config.yml | 2 +- src/components/About/AboutFooter.tsx | 6 +++--- src/components/ErrorBoundary/index.tsx | 2 +- .../components/collection/TransactionCompleteModal.tsx | 2 +- src/pages/Landing/__snapshots__/index.test.tsx.snap | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 69e1a068c5a..8ae201ff2fe 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: true contact_links: - name: Support - url: https://discord.gg/FCfyBSbCU5 + url: https://discord.com/invite/aCSKcvf5VW about: Please ask and answer questions here - name: List a token url: https://github.com/Uniswap/default-token-list#adding-a-token diff --git a/src/components/About/AboutFooter.tsx b/src/components/About/AboutFooter.tsx index b3b1006b399..a4472d2c51c 100644 --- a/src/components/About/AboutFooter.tsx +++ b/src/components/About/AboutFooter.tsx @@ -115,7 +115,7 @@ const LogoSectionContent = () => { <> - + @@ -154,11 +154,11 @@ export const AboutFooter = () => { Get Help - Contact Us + Contact Us On Discord Help Center diff --git a/src/components/ErrorBoundary/index.tsx b/src/components/ErrorBoundary/index.tsx index 96f4f7d0291..7a13a409265 100644 --- a/src/components/ErrorBoundary/index.tsx +++ b/src/components/ErrorBoundary/index.tsx @@ -180,7 +180,7 @@ const Fallback = ({ error, eventId }: { error: Error; eventId: string | null }) window.location.reload()}> Reload the app - + Get support diff --git a/src/nft/components/collection/TransactionCompleteModal.tsx b/src/nft/components/collection/TransactionCompleteModal.tsx index dea9e30977b..2b431a6cb05 100644 --- a/src/nft/components/collection/TransactionCompleteModal.tsx +++ b/src/nft/components/collection/TransactionCompleteModal.tsx @@ -240,7 +240,7 @@ const TxCompleteModal = () => { nftsPurchased.length === 1 ? ' is' : 's are' } no longer available. Uniswap instantly refunded you for this incomplete transaction. `} {formatUsdPrice(txFeeFiat)} was used for gas in attempt to complete this transaction. For support, - please visit our Discord + please visit our Discord

{nftsNotPurchased.length >= 3 && ( diff --git a/src/pages/Landing/__snapshots__/index.test.tsx.snap b/src/pages/Landing/__snapshots__/index.test.tsx.snap index 3e964607a04..85ad6639a9d 100644 --- a/src/pages/Landing/__snapshots__/index.test.tsx.snap +++ b/src/pages/Landing/__snapshots__/index.test.tsx.snap @@ -2377,7 +2377,7 @@ exports[`disable nft on landing page does not render nft information and card 1` > @@ -2550,7 +2550,7 @@ exports[`disable nft on landing page does not render nft information and card 1` > @@ -5049,7 +5049,7 @@ exports[`disable nft on landing page renders nft information and card 1`] = ` > @@ -5228,7 +5228,7 @@ exports[`disable nft on landing page renders nft information and card 1`] = ` > From f04537b8e49c61b30d3a68fcae7d0eefc3185428 Mon Sep 17 00:00:00 2001 From: KillariDev Date: Fri, 29 Dec 2023 11:39:58 +0200 Subject: [PATCH 3/4] Update AboutFooter.tsx --- src/components/About/AboutFooter.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/About/AboutFooter.tsx b/src/components/About/AboutFooter.tsx index a4472d2c51c..0a52906dc3a 100644 --- a/src/components/About/AboutFooter.tsx +++ b/src/components/About/AboutFooter.tsx @@ -102,13 +102,6 @@ const TextLink = styled(StyledRouterLink)` color: ${({ theme }) => theme.neutral2}; ` -const Copyright = styled.span` - font-size: 16px; - line-height: 20px; - margin: 1rem 0 0 0; - color: ${({ theme }) => theme.neutral3}; -` - const LogoSectionContent = () => { const isDarkMode = useIsDarkMode() return ( From 0b199ecb0133c5abe1b5fa14ae9831bc527bdec7 Mon Sep 17 00:00:00 2001 From: KillariDev Date: Fri, 29 Dec 2023 11:41:06 +0200 Subject: [PATCH 4/4] Update AboutFooter.tsx --- src/components/About/AboutFooter.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/About/AboutFooter.tsx b/src/components/About/AboutFooter.tsx index 0a52906dc3a..1ab6911f251 100644 --- a/src/components/About/AboutFooter.tsx +++ b/src/components/About/AboutFooter.tsx @@ -146,11 +146,7 @@ export const AboutFooter = () => {
Get Help - + Contact Us On Discord Help Center