From f1bff7274431adc4b5ac8b211eb80303087f2d74 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Fri, 20 Oct 2023 13:49:30 +0530 Subject: [PATCH] chore: minor changes --- src/blog.json | 20 -------------------- src/components/Container.tsx | 4 ++-- src/components/Menu.tsx | 4 ++-- src/components/RevealChildren.tsx | 6 +++++- src/index.css | 4 +++- 5 files changed, 12 insertions(+), 26 deletions(-) diff --git a/src/blog.json b/src/blog.json index ad4f9ac..18c60e1 100644 --- a/src/blog.json +++ b/src/blog.json @@ -1,14 +1,4 @@ { - "2016": { - "convergence-of-world-lines-2": { - "title": "Convergence of World Lines 2", - "published": "December 14, 2016", - "category": "Thoughts", - "featured-img": "kurisu-okabe-crossing.jpg", - "snippet": "In an infinite number of universes where anything is possible, I want to meet you again in all of them, and fall in love with you all over again.", - "slug": "convergence-of-world-lines-2" - } - }, "2017": { "convergence-of-world-lines": { "title": "Convergence of World Lines", @@ -18,15 +8,5 @@ "snippet": "In an infinite number of universes where anything is possible, I want to meet you again in all of them, and fall in love with you all over again.", "slug": "convergence-of-world-lines" } - }, - "2018": { - "convergence-of-world-lines-3": { - "title": "Convergence of World Lines 3", - "published": "December 14, 2018", - "category": "Thoughts", - "featured-img": "threads-of-time.jpg", - "snippet": "In an infinite number of universes where anything is possible, I want to meet you again in all of them, and fall in love with you all over again.", - "slug": "convergence-of-world-lines-3" - } } } \ No newline at end of file diff --git a/src/components/Container.tsx b/src/components/Container.tsx index 9775085..20460cc 100644 --- a/src/components/Container.tsx +++ b/src/components/Container.tsx @@ -157,7 +157,7 @@ const Container: React.FC<{ return (
!mobile && setShowMenu(true)} onMouseOut={() => !mobile && setShowMenu(false)}>