Skip to content

Commit

Permalink
Typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
raae committed Aug 28, 2019
1 parent 8caa77e commit ad530a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BrandLayout.js
Expand Up @@ -65,7 +65,7 @@ const BrandLayout = ({ navItems, footer, children }) => {
<AppBar elevation={0} color="inherit" position="sticky">
<Toolbar>
<Typography>
This app in in open <Link href="/#beta">beta</Link>.
This app is in open <Link href="/#beta">beta</Link>.
</Typography>
<Nav items={navItems} className={classes.nav}></Nav>
</Toolbar>
Expand Down

0 comments on commit ad530a7

Please sign in to comment.