Skip to content

Commit

Permalink
fix: fix transition bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-wang0 committed Jan 1, 2024
1 parent c7bb891 commit 0b615f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/search/ScrollToTop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ const ScrollToTop = () => {
</svg>
<span
className={
"hidden px-2 transition-all group-hover:inline-flex"
"hidden px-2 group-hover:inline-flex"
}
>
<p className="line-clamp-1 truncate text-clip overflow-hidden font-medium tracking-wide text-white ">
<p className="line-clamp-1 overflow-hidden truncate text-clip font-medium tracking-wide text-white">
Back to top
</p>
</span>
Expand Down

0 comments on commit 0b615f9

Please sign in to comment.