Skip to content

Commit

Permalink
Merge pull request #396 from icflorescu/next
Browse files Browse the repository at this point in the history
Update docs website
  • Loading branch information
icflorescu authored Aug 4, 2023
2 parents 1688330 + 69f1348 commit a7c3398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/components/homePage/HomePageQuote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const useStyles = createStyles((theme) => ({

export default function HomePageQuote() {
const { classes } = useStyles();
// todo: make this dynamic when we have more quotes
return (
<Stack spacing="sm" my="xl" className={classes.root}>
<Text component="blockquote" className={classes.quote}>
Expand Down

0 comments on commit a7c3398

Please sign in to comment.