Skip to content

Commit

Permalink
small grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arush committed Aug 20, 2024
1 parent d920e88 commit 0eb3c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function Navbar() {
onClick={(e) => handleScroll(e, "experience")}
>
<div className="text-sm text-white transition-colors duration-300 hover:text-pink-600">
EXPERIENCE
EXPERIENCES
</div>
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion utils/data/experience.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const experiences = [
id: 2,
title: "All About Chess Coach",
company: "All About Chess",
duration: "June 2022 - August 2024",
duration: "June 2022 - Present",
link: "https://theallaboutschool.org/"
},
{
Expand Down

0 comments on commit 0eb3c87

Please sign in to comment.