Skip to content

Commit

Permalink
Merge pull request #321 from icflorescu/next
Browse files Browse the repository at this point in the history
Improve docs homepage
  • Loading branch information
icflorescu authored Jun 8, 2023
2 parents eb79d63 + 61b00d3 commit e1af4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/homePage/HomePageTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ export default function HomePageTitle() {
const { classes } = useStyles();
return (
<Title className={classes.root} order={2}>
The table component
The <span className={classes.gradientText}>table component</span>
<br />
for your Mantine
<br />
<span className={classes.gradientText}>data-rich applications</span>
data-rich applications
</Title>
);
}

0 comments on commit e1af4fc

Please sign in to comment.