Skip to content

Commit

Permalink
Change website title
Browse files Browse the repository at this point in the history
  • Loading branch information
felixlinker committed Oct 6, 2022
1 parent 800996d commit 4399c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class Page extends React.Component {
render() {
const { children, text } = this.props;
return <Container maxWidth="sm">
<Typography variant="h4">Messaging Auth Prototype</Typography>
<Typography variant="h4">SOAP - Web-based Prototype</Typography>
{text && <Typography variant="body1">{text}</Typography>}
{children}
</Container>;
Expand Down

0 comments on commit 4399c5f

Please sign in to comment.