diff --git a/TODO.md b/TODO.md
index 8c6071e..6a59f22 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,16 +2,18 @@
TODO
[X] Skills input doesn't work
[X] Implement Certifications input. It already exists, but has no input logic.
- [ ] Allow the custom fields in inputs
- [ ] Add hyperlinks to text in CV Socials, Projects and Certifications
- [ ] Add other sections:
- Recommendations, Articles, Awards, etc...
[X] Create Homepage
[X] Fix PDF Print
[X] Create Credits section in readme and thank Jake Gutierrez for the template
[X] Create Roadmap section in readme - Add multiple Template selection
[X] Create new release when homepage is done and when pdf printing works
+ [ ] Allow the custom fields in inputs
+ [ ] Add hyperlinks to text in CV Socials, Projects and Certifications
+ [ ] Add other sections:
+ Recommendations, Articles, Awards, etc...
[ ] Add Drag & Drop functionality
+ [ ] Create /tips page
+ [ ] Create 404 Page
~~[ ] Recreate CV without Tailwind~~
#########
@@ -19,6 +21,7 @@ Bugs (create issue and add to Kanban):
[X] Removing all experience inputs does not remove Experience title from CV
[X] Adding an empty project show a separator ("|") in the CV Preview and date renders.
[X] Fix socials spacing in CV preview
+ [X] Fix CV position (add scrollable)
+ [X] Certifications remove button triggers on input border.
[ ] Fix CV Pagination
- [ ] Fix CV position (add scrollable)
- [X] Certifications remove button triggers on input border.
\ No newline at end of file
+ [ ] Remove outside scrollbar
\ No newline at end of file
diff --git a/src/App.tsx b/src/App.tsx
index e5ec6a8..87fa479 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,13 +1,11 @@
import { Outlet } from "react-router";
import Navbar from "./components/Navbar";
-import Footer from "./components/Footer";
export default function App() {
return (
<>
Your progress is saved automatically on Local Storage. diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index ba59727..bc16383 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -1,7 +1,7 @@ import { NavLink } from "react-router"; export default function Navbar() { return ( -