From 21f8a8d9bfe64cf7ece4f1e89b46f08f9d1c24c4 Mon Sep 17 00:00:00 2001 From: Rishabh Jain Date: Sun, 21 Jun 2020 02:05:22 +0530 Subject: [PATCH] chore: change header to Rishabh Jain --- src/components/Layout/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout/Layout.tsx b/src/components/Layout/Layout.tsx index d2bd947..e46b771 100644 --- a/src/components/Layout/Layout.tsx +++ b/src/components/Layout/Layout.tsx @@ -5,7 +5,7 @@ const Layout: FC = ({ children }) => { return ( <> - Snap IT + Rishabh Jain {children}