Skip to content

Commit

Permalink
change name on header
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed May 3, 2024
1 parent f82f2cf commit 8eea659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function Logo() {
<div className="logo cursor-pointer">
<Link className="focusing" to="React-Project/">
<span className="font-mono">React</span>
<span className="font-micro text-[24px] text-primary ps-[1px]">Project</span>
<span className="font-micro text-[24px] text-primary ps-[1px]">Projects</span>
</Link>
</div>
);
Expand Down

0 comments on commit 8eea659

Please sign in to comment.