feat: add footer

This commit is contained in:
GivFNZ 2025-02-28 17:29:04 -03:00
parent 66f4b35460
commit 97a0e6bf90
No known key found for this signature in database
GPG Key ID: 63DD92181B575322

View File

@ -35,6 +35,10 @@ function App() {
<Projects /> <Projects />
</section> </section>
</HashRouter> </HashRouter>
<footer>
<p>© 2025 GivFNZ</p>
<p>Version: 1.1.9</p>
</footer>
</ThemeProvider> </ThemeProvider>
); );
} }