Skip to content

Commit

Permalink
Removed website footer
Browse files Browse the repository at this point in the history
  • Loading branch information
immacdonald committed Oct 28, 2023
1 parent 0289edf commit e746ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function App() {
<Route path="/about" Component={About} />
</Routes>
</main>
<Footer />
{/*<Footer />*/}
</div>
);
}
Expand Down

0 comments on commit e746ed8

Please sign in to comment.