Skip to content

Commit

Permalink
Fixing leerob#735
Browse files Browse the repository at this point in the history
  • Loading branch information
leog authored Jan 7, 2025
1 parent 6fe9f15 commit ff98250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/name.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export function NameTransition() {
<h1 className="font-medium pt-12 transition-element">
<span className="sr-only">Lee Robinson</span>
<span aria-hidden="true" className="block overflow-hidden group relative">
<span className="inline-block transition-all duration-300 ease-in-out group-hover:-translate-y-full">
<span className="inline-block transition-all duration-300 ease-in-out group-hover:-translate-y-full whitespace-nowrap">
{'Lee Robinson'.split('').map((letter, index) => (
<span
key={index}
Expand Down

0 comments on commit ff98250

Please sign in to comment.