Skip to content

Commit

Permalink
fix: removed long phrase in typewritter
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasflopes committed Dec 8, 2022
1 parent 52a132c commit d853d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AnimatedText/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface AnimatedTextProps {
delay?: number;
}

const defaultAnimatedText = ['students.', 'companies.', 'enthusiasts.', 'your career prospects.'];
const defaultAnimatedText = ['students.', 'companies.', 'enthusiasts.'];

const AnimatedText: FunctionComponent<AnimatedTextProps> = ({
textToDisplay = defaultAnimatedText,
Expand Down

0 comments on commit d853d24

Please sign in to comment.