summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/HomePage.tsx2
-rw-r--r--src/pages/chart/ChartPage.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index ab977aa..c5fa257 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -369,7 +369,7 @@ const HomePage = () => {
)
}
- <Footer currentPage="home" />
+ <Footer />
</div >
);
};
diff --git a/src/pages/chart/ChartPage.tsx b/src/pages/chart/ChartPage.tsx
index 7f1569d..c0526c0 100644
--- a/src/pages/chart/ChartPage.tsx
+++ b/src/pages/chart/ChartPage.tsx
@@ -152,7 +152,7 @@ const ChartPage = () => {
<Link to="/">Back to Game</Link>
</div>
- <Footer currentPage="chart" />
+ <Footer />
</div>
);
};