From 65e290b1605498f49822cdb80d0d6b792bf8ebcf Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Sat, 5 Feb 2022 00:11:59 +0100 Subject: [PATCH] Fix Esc to close --- components/ProjectModal.tsx | 5 +++-- pages/index.tsx | 2 +- public/projects | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components/ProjectModal.tsx b/components/ProjectModal.tsx index bc58a81..4edbf53 100644 --- a/components/ProjectModal.tsx +++ b/components/ProjectModal.tsx @@ -55,15 +55,16 @@ Last updated: ${lastUpdate} | ; - return
+ return
; diff --git a/pages/index.tsx b/pages/index.tsx index 8bde20c..ffcaf2b 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -21,7 +21,7 @@ const Home: NextPage = () => { } }; - return (
+ return (
c0ntroller.de diff --git a/public/projects b/public/projects index ef76baa..0496a88 160000 --- a/public/projects +++ b/public/projects @@ -1 +1 @@ -Subproject commit ef76baafc9a7a3d857ccd5633af2c38debd29251 +Subproject commit 0496a88b3610ce432d678bf6d2e418f72e537758