Skip to content

Commit

Permalink
add a bit more detail in about snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
lpmi-13 committed Apr 30, 2024
1 parent 61aaf70 commit df0ce11
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,20 @@ const About = (): JSX.Element => {
color={theme.palette.text.secondary}
marginTop={theme.spacing(1)}
gutterBottom
sx={{
display: 'flex',
flexDirection: 'row',
justifyContent: 'center',
textAlign: 'center',
width: '60%',
margin: '0 20%',
}}
>
This is some serious Saas
This is some serious Saas! We aggregate data on a whole
bunch of completely fake Saas companies and give that
data to you for free. Our business is keeping you up to
to date with the latest in autogenerated Saas data, and
business is GOOD!
</Typography>
</Box>
<Container
Expand Down

0 comments on commit df0ce11

Please sign in to comment.