Skip to content

Commit

Permalink
Fix typo in AboutProfile component
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-rajan committed Oct 11, 2024
1 parent d464527 commit c88d916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AboutProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function AboutProfile() {
<h3 style={flexLeft.greyFont}>akshay-rajan</h3>
</div>
<div style={window.innerWidth < 798 ? smallScreen.details : flexLeft.desc}>
Software Developer | MCA 25' @ College of Engineering, Trivandrum
Software Developer | MCA'25 @ College of Engineering, Trivandrum
<div style={window.innerWidth ? smallScreen.buttonDiv : flexLeft.buttonDiv}>
<a href="https://github.com/akshay-rajan">
<button style={flexLeft.mainButton}>Github</button>
Expand Down

0 comments on commit c88d916

Please sign in to comment.