Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghuboi committed Apr 23, 2024
1 parent 30256c6 commit f8de730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/features/home-about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const HomeAbout: React.FC<IHomeAbout> = () => {
type: "spring",
stiffness: 300,
damping: 20,
delay: 1,
delay: 1.2,
}}
className="max-w-full"
>
Expand Down
3 changes: 2 additions & 1 deletion src/features/home-title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ const HomeTitle: React.FC<IHomeTitle> = () => {
<TypewriterEffect
words={WORDS}
className="flex items-end !text-5xl font-bold text-left"
cursorClassName="bg-muted hidden md:block "
cursorClassName="hidden"
/>
<TextRotator
className="font-mono"
words={ROTATOR_WORDS}
suffix="Developer"
initialDelay={4.5}
/>
</motion.div>
);
Expand Down

0 comments on commit f8de730

Please sign in to comment.