From 0287a9d578d509cbad0660f193bf5dfb4617ef77 Mon Sep 17 00:00:00 2001 From: Tummala Krishna Kishore Date: Tue, 2 Nov 2021 13:03:36 +0530 Subject: [PATCH] changes to mail and UI --- frontaid.content.json | 2 +- src/components/footer/Footer.tsx | 4 ++-- src/pages/menu/tile-section/TileSection.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontaid.content.json b/frontaid.content.json index b721149..4fdd10a 100644 --- a/frontaid.content.json +++ b/frontaid.content.json @@ -28,7 +28,7 @@ { "direction": "right", "title": "Nuggets", - "subTitle": "Bite sized posts that teach you something new.", + "subTitle": "Bite sized posts that teach you something", "url": "/nuggets", "theme": "secondary" }, diff --git a/src/components/footer/Footer.tsx b/src/components/footer/Footer.tsx index ad4024d..4224572 100644 --- a/src/components/footer/Footer.tsx +++ b/src/components/footer/Footer.tsx @@ -55,8 +55,8 @@ const Footer: React.FC = () => (
- imwebruster@gmail.com + href="mailto:me@krishnakishore.co.in"> + me@krishnakishore.co.in
diff --git a/src/pages/menu/tile-section/TileSection.tsx b/src/pages/menu/tile-section/TileSection.tsx index d80c8e2..3b64e2c 100644 --- a/src/pages/menu/tile-section/TileSection.tsx +++ b/src/pages/menu/tile-section/TileSection.tsx @@ -37,7 +37,7 @@ const TileSection: React.FC = ({ closeMenu }) => {