From 1282bd85ece79908aaa449fd87d99099c9cfbc18 Mon Sep 17 00:00:00 2001 From: dertyp7 Date: Sun, 14 Jan 2024 18:14:15 +0100 Subject: [PATCH] Remove Intersection Observer on small viewports and add email link in About section --- src/App.tsx | 1 - src/sections/About.tsx | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 3e426a7..9133bf7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -42,7 +42,6 @@ export default function App() { useEffect(() => { if (isMobileDevice()) { - // Don't set up the Intersection Observer on small viewports return; } diff --git a/src/sections/About.tsx b/src/sections/About.tsx index 87dfa77..f7f9524 100644 --- a/src/sections/About.tsx +++ b/src/sections/About.tsx @@ -39,6 +39,20 @@ export default function About() { LinkedIn + + + + + Email + );