From 95d7dbaaa1043f24d8876ba96a7240edf0e184eb Mon Sep 17 00:00:00 2001 From: Andrew <74398819+AndrewDTR@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:18:17 -0500 Subject: [PATCH] ban leetcode & move meta tags to head --- src/components/TypingAnimation.tsx | 2 +- src/layouts/Layout.astro | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/TypingAnimation.tsx b/src/components/TypingAnimation.tsx index 599c1d6..6ed8a90 100644 --- a/src/components/TypingAnimation.tsx +++ b/src/components/TypingAnimation.tsx @@ -8,7 +8,7 @@ const TypingOutput = () => { 1000, 'work on homework.', 1000, - 'grind Leetcode.', + 'build community.', 1000, 'meet people.', 1000, diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 048ce3e..149f7db 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -24,12 +24,6 @@ const width = useFull ? "md:w-full " : "lg:w-2/3 "; --- - - -