From 2e1164c875b22de351bcb75ec6da8cf446c8502a Mon Sep 17 00:00:00 2001 From: Alain Nicolas Date: Wed, 20 Dec 2023 19:22:42 +0100 Subject: [PATCH] feat: Add a title to the website pages (#484) --- website/src/App.tsx | 6 +++--- website/src/pages/Home.tsx | 18 ++++++++++++++---- website/src/pages/Poh.tsx | 13 +++++++++++-- website/src/pages/SDKDemo.tsx | 27 +++++++++++++++++++-------- 4 files changed, 47 insertions(+), 17 deletions(-) diff --git a/website/src/App.tsx b/website/src/App.tsx index 121cb391..c65b95b3 100644 --- a/website/src/App.tsx +++ b/website/src/App.tsx @@ -13,9 +13,9 @@ function App() { - } /> - } /> - } /> + } /> + } /> + } />