Skip to content

Commit

Permalink
cleanup hero banner animation
Browse files Browse the repository at this point in the history
  • Loading branch information
dallen4 committed Dec 2, 2023
1 parent 8546f2c commit 581344c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions web/molecules/HeroBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ export function HeroBanner() {
dea<span className={classes.brandNameDrop}>drop</span>
</Title>
<Title className={classes.title}>
Quickly and securely share{' '}
Quickly and securely share
<br />
<TypeAnimation
sequence={[
'passwords',
Expand All @@ -132,8 +133,8 @@ export function HeroBanner() {

<Container size={640} p={0}>
<Text size={'lg'} className={classes.description}>
Avoid messy and unsafe methods of sharing configuration
files, keys, and credentials.
Avoid messy and unsafe methods of sharing sensitive
information.
</Text>
</Container>

Expand Down

1 comment on commit 581344c

@vercel
Copy link

@vercel vercel bot commented on 581344c Dec 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.