From 401199bba69529d2c1404a4e1bfa62bef67e6ab8 Mon Sep 17 00:00:00 2001 From: keannu125 Date: Sat, 25 Mar 2023 13:13:33 +0800 Subject: [PATCH] Hotfix to match github pages url --- package.json | 2 +- src/index.tsx | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 8e330c8..80707c5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-notes", "version": "0.1.0", "private": true, - "homepage": "https://lemeow125.github.io/react-notes/#", + "homepage": "https://lemeow125.github.io/React-NotesApp/#", "dependencies": { "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", diff --git a/src/index.tsx b/src/index.tsx index 8a1d3c6..384cea9 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -59,13 +59,11 @@ const root = ReactDOM.createRoot( ); root.render( - - - - - - - + + + + + ); // If you want to start measuring performance in your app, pass a function