Skip to content

Commit

Permalink
hkj
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Aug 24, 2024
1 parent c659267 commit 4c46ea2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/components/BackgroundAurra.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ export function AuroraBackgroundDemo() {
type: "spring",
stiffness: 260,
damping: 25,
delay: 2,
duration: 1,
ease: "easeInOut",
delay: 4,
duration: 2,
ease:[0.6, 0.05, -0.01, 0.14],

}}
>
Expand Down
2 changes: 1 addition & 1 deletion app/components/homeSectionHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function HomeSectionHeader() {
</Link>
</div>
<div className="">
<div className=" text-secondary pt-2 font-bold">
<div className=" text-secondary pt-1 md:pt-2 font-bold">
<DeviceAddress />
<Weather/>
</div>
Expand Down

0 comments on commit 4c46ea2

Please sign in to comment.