Skip to content

Commit

Permalink
remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
theMosaad authored Jan 26, 2024
1 parent 627b92b commit d8a05e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@ function App() {
function Logo() {
return (
<Link to="/" className="group grid leading-snug">
<span className="font-light transition group-hover:-translate-x-1 ">
<span className="font-light transition group-hover:-translate-x-1">
epic
</span>
<span className="font-bold transition group-hover:translate-x-1 ">
<span className="font-bold transition group-hover:translate-x-1">
notes
</span>
</Link>
Expand Down

0 comments on commit d8a05e5

Please sign in to comment.