Skip to content

Commit

Permalink
fda
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Aug 12, 2024
1 parent cb51406 commit 112d00b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .replit
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ run = ["sh", "-c", "npm run dev"]
[[ports]]
localPort = 3000
externalPort = 80

[[ports]]
localPort = 3001
externalPort = 3001
2 changes: 1 addition & 1 deletion app/components/BackgroundAurra.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function AuroraBackgroundDemo() {
transition={{
delay: 1,
duration: 0.6,
ease: "backIn",
ease: ["backIn"],
}}
className="flex w-full flex-col items-center justify-center"
></motion.div>
Expand Down

0 comments on commit 112d00b

Please sign in to comment.