Skip to content

Commit

Permalink
removed about
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthirteen committed Oct 15, 2024
1 parent 79f2622 commit a23bb54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/personal/src/components/Options.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const Options = ({ tab, handle }) => {
return(
<div className="mt-10">
<div className="flex flex-col items-start">
<button className={`${tab === 1 ? activeDesc : defaultDesc}`} onClick={() => handleClick(1)}>About</button>
<button className={`${tab === 2 ? activeDesc : defaultDesc}`} onClick={() => handleClick(2)}>Experience</button>
<button className={`${tab === 3 ? activeDesc : defaultDesc}`} onClick={() => handleClick(3)}>Projects</button>
<button className={`${tab === 4 ? activeDesc : defaultDesc}`} onClick={() => handleClick(4)}>Current Learning</button>
Expand Down

0 comments on commit a23bb54

Please sign in to comment.