From 637be8bfa1f106eeab4cd6d980085f9545f11d1a Mon Sep 17 00:00:00 2001 From: Katalina Date: Sat, 13 Mar 2021 21:17:00 -0500 Subject: [PATCH] feat(web): add page titles (#170) * feat(web): add page titles * add html title --- packages/web/public/index.html | 2 +- packages/web/src/pages/auth/login.tsx | 14 +++++++---- packages/web/src/pages/landing.tsx | 8 ++++++- .../web/src/pages/machinery/new-session.tsx | 8 ++++++- packages/web/src/pages/picker.tsx | 24 +++++++++++-------- packages/web/src/pages/servers.tsx | 8 ++++++- packages/web/src/utils/metaTitle.tsx | 7 ++++++ 7 files changed, 52 insertions(+), 19 deletions(-) create mode 100644 packages/web/src/utils/metaTitle.tsx diff --git a/packages/web/public/index.html b/packages/web/public/index.html index e6a01fa..afe9bfa 100644 --- a/packages/web/public/index.html +++ b/packages/web/public/index.html @@ -25,7 +25,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Roleypoly - Tame your Discord roles.