Skip to content

Commit

Permalink
Add note about missing connections to demo footer (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Dec 2, 2022
1 parent a4e99ce commit cd2da5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/toolpad-app/src/toolpad/ToolpadShell/DemoBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function DemoBar() {
<Typography variant="subtitle1" sx={{ fontWeight: 700 }}>
Demo version
</Typography>
<Typography variant="body2">
<Typography variant="body2" textAlign="center">
Check out our{' '}
<Link href={ROADMAP_URL} target="_blank" underline="always" sx={linkStyles}>
roadmap
Expand All @@ -37,7 +37,8 @@ export default function DemoBar() {
<Link href={SCHEDULE_DEMO_URL} target="_blank" underline="always" sx={linkStyles}>
schedule a demo
</Link>
.
.<br />
Note: PostgreSQL, Google Sheets are supported in the self-hosted version.
</Typography>
<Link href={DOCUMENTATION_INSTALLATION_URL} target="_blank">
<Button size="medium" variant="contained" endIcon={<KeyboardArrowRightRounded />}>
Expand Down

0 comments on commit cd2da5f

Please sign in to comment.