From e5dcb945316bc7a9439bcc2d7ff5afb18c669db3 Mon Sep 17 00:00:00 2001 From: Austin Dase <59173272+adase11@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:03:28 -0400 Subject: [PATCH] clean --- .github/workflows/github-pages.yml | 4 +--- src/components/Contact/ContactIcons.tsx | 18 +++++++++--------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 591f3a467..2fdf67d1b 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -49,9 +49,7 @@ jobs: NODE_ENV: production # Remove this line if you would like to skip using google analytics NEXT_PUBLIC_GA_TRACKING_ID: G-M6H0YTT6ND - - name: Copy CNAME - shell: bash - run: cp public/CNAME out + - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact diff --git a/src/components/Contact/ContactIcons.tsx b/src/components/Contact/ContactIcons.tsx index f29d941b1..3b5f0bf60 100644 --- a/src/components/Contact/ContactIcons.tsx +++ b/src/components/Contact/ContactIcons.tsx @@ -2,15 +2,15 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import data from '../../data/contact'; const ContactIcons = () => ( - ); -export default ContactIcons; +export default ContactIcons; \ No newline at end of file