Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ignmandagaran committed Apr 16, 2024
1 parent d117fe6 commit 428c719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Hyperspace from './hyperspace'
export function Hero({ hero }: LandingPageFragment) {
return (
<section className="relative flex">
<div className="animate-fadeIn absolute -top-[30%] left-0 h-[130%] w-full opacity-0 lg:-left-[35%] lg:h-full lg:w-[135%]">
<div className="absolute -top-[30%] left-0 h-[130%] w-full animate-fadeIn opacity-0 lg:-left-[35%] lg:h-full lg:w-[135%]">
<Hyperspace className="opacity-10" />
</div>
<div className="relative flex flex-1 flex-col">
Expand Down

0 comments on commit 428c719

Please sign in to comment.