Skip to content

Commit

Permalink
Update homepage to say DM 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Nov 13, 2024
1 parent 88865a8 commit ef8c200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Home extends Component {
render() {
return (
<div style={{height: '100%', width: '100%', position: 'absolute'}}>
<Navigation title='DM 2.0' isHome={true} isLoading={this.props.loading} />
<Navigation title='DM 3.0' isHome={true} isLoading={this.props.loading} />
<Paper style={{ minWidth: '300px', maxWidth: '60%', maxHeight: '72%', margin: '112px auto 32px auto', overflowY: 'scroll' }} zDepth={2}>
<List style={{ padding: '0' }}>
{this.props.projects.map(project => (
Expand Down

0 comments on commit ef8c200

Please sign in to comment.