Skip to content

Commit

Permalink
hotfix: Remove unnecessary and unused animation by FadeInWhenVisible …
Browse files Browse the repository at this point in the history
…in the header
  • Loading branch information
Bruno Menegidio committed Jul 23, 2024
1 parent 841769b commit b6b6e9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import { FadeInWhenVisible } from '@/components/animations/fade-in-when-visible/
export default function Home() {
return (
<main>
<FadeInWhenVisible>
<Header />
</FadeInWhenVisible>
<Header />

<FadeInWhenVisible className={'relative z-10'}>
<WhoIam />
Expand Down

0 comments on commit b6b6e9d

Please sign in to comment.