From 3f05947143720b1b47a4d9d6e1963541d5f5e4f1 Mon Sep 17 00:00:00 2001 From: Lou Date: Wed, 24 Jun 2020 10:06:00 -0400 Subject: [PATCH 1/2] Fix Typo in Page Title --- src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 844368a..a5ebad8 100644 --- a/src/App.js +++ b/src/App.js @@ -119,7 +119,7 @@ class App extends React.Component { logPageView(); // Page title - document.title = "Hierachical Models"; + document.title = "Hierarchical Models"; Events .scrollEvent .register('begin', function () {}); @@ -405,4 +405,4 @@ class App extends React.Component { } }; -export default App; \ No newline at end of file +export default App; From efbbc3a78090372eb9ff1ab15cd30374aabf1302 Mon Sep 17 00:00:00 2001 From: Lou Date: Wed, 24 Jun 2020 10:06:25 -0400 Subject: [PATCH 2/2] Update App.js