Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing #735 #737

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixing #735
leog authored Jan 7, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ff98250df7e3f9beb60a646b0e2e55d16b81a49a
2 changes: 1 addition & 1 deletion app/name.tsx
Original file line number Diff line number Diff line change
@@ -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}