From 8058b590eefb8786ae91ebd18f91a7c85282884b Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Sun, 18 Apr 2021 13:05:58 +0700 Subject: [PATCH] Fix missing title --- client/index.html | 7 ++++++- client/layouts/DetailsLayout.tsx | 3 ++- client/pages/ExplorePage.tsx | 7 +------ client/pages/HomePage.tsx | 11 +++-------- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/client/index.html b/client/index.html index 2513372..40fad5e 100644 --- a/client/index.html +++ b/client/index.html @@ -2,7 +2,12 @@ - + + + + + + diff --git a/client/layouts/DetailsLayout.tsx b/client/layouts/DetailsLayout.tsx index 3978acb..3c50e9f 100644 --- a/client/layouts/DetailsLayout.tsx +++ b/client/layouts/DetailsLayout.tsx @@ -26,7 +26,8 @@ const DetailsLayout: React.FC = ({ pattern, children }) => { return ( - + CSS Layout ∙ {pattern} + diff --git a/client/pages/ExplorePage.tsx b/client/pages/ExplorePage.tsx index a785c98..343caca 100644 --- a/client/pages/ExplorePage.tsx +++ b/client/pages/ExplorePage.tsx @@ -21,23 +21,18 @@ const ExplorePage = () => { return ( - CSS Layout ∙ Explore + CSS Layout ∙ Patterns - - - - - diff --git a/client/pages/HomePage.tsx b/client/pages/HomePage.tsx index 5734023..cb357d2 100644 --- a/client/pages/HomePage.tsx +++ b/client/pages/HomePage.tsx @@ -31,17 +31,12 @@ const HomePage = () => { - - + - - - - + - - +