From d2d06cdbab10b272854126defa6819cbef336d9c Mon Sep 17 00:00:00 2001 From: Nicholas Cunningham Date: Tue, 4 Jun 2024 10:23:42 -0600 Subject: [PATCH] chore(nx-dev): Replace duplicate references to discord icon --- nx-dev/nx-dev/pages/advent-of-code/index.tsx | 25 +++++++--------- nx-dev/ui-common/src/lib/discord-icon.tsx | 29 +++++++++++-------- nx-dev/ui-common/src/lib/footer.tsx | 14 ++------- .../src/lib/headers/documentation-header.tsx | 14 ++------- .../ui-community/src/lib/connect-with-us.tsx | 16 ++++------ nx-dev/ui-home/src/lib/newsletter.tsx | 18 +++--------- 6 files changed, 40 insertions(+), 76 deletions(-) diff --git a/nx-dev/nx-dev/pages/advent-of-code/index.tsx b/nx-dev/nx-dev/pages/advent-of-code/index.tsx index 5a2e6904a2..77f4cd79f5 100644 --- a/nx-dev/nx-dev/pages/advent-of-code/index.tsx +++ b/nx-dev/nx-dev/pages/advent-of-code/index.tsx @@ -5,6 +5,7 @@ import { } from '@heroicons/react/24/outline'; import { ButtonLink, + DiscordIcon, Footer, Header, SectionHeading, @@ -50,7 +51,7 @@ export default function AdventOfCode(): JSX.Element { >
@@ -66,7 +67,7 @@ export default function AdventOfCode(): JSX.Element { together! We have a convenient TypeScript starter kit available to help you get started right away.

-
+