diff options
Diffstat (limited to 'src/pages/HomePage.tsx')
| -rw-r--r-- | src/pages/HomePage.tsx | 2 |
1 files changed, 1 insertions, 1 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 > ); }; |
