Skip to content

Commit

Permalink
changed the footer in 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
StarKnightt committed Mar 28, 2024
1 parent 7713991 commit 9e87c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h5 class="section-item-title">A recruiter-tested CV maker tool</h5>
<footer class="footer bg-dark">
<div class="container">
<div class="footer-content text-center">
<p class="fs-15">&copy;Copyright 2022. All Rights Reserved - <span> <a href="https://github.com/StarKnightt/ResumeBuilder" target="_blank">@StarKnightt</a></span></p>
<p class="fs-15">&copy;Copyright 2024. All Rights Reserved - <span> <a href="https://github.com/StarKnightt/ResumeBuilder" target="_blank">@StarKnightt</a></span></p>
</div>
</div>
</footer>
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ app.post("/register", async (req, res) => {
console.log("User already exists");
return res.redirect("/error");
}

} catch (error) {
// Handle any errors during registration
console.log(error);
Expand Down

0 comments on commit 9e87c27

Please sign in to comment.