Skip to content

Commit

Permalink
checking change
Browse files Browse the repository at this point in the history
  • Loading branch information
pglez82 committed Feb 20, 2025
1 parent 294aaa3 commit e60b874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function App() {
<Container component="main" maxWidth="xs">
<CssBaseline />
<Typography component="h1" variant="h5" align="center" sx={{ marginTop: 2 }}>
Welcome to the 2025 edition of the Software Architecture course
Welcome to the 2025 edition of the Software Architecture course!
</Typography>
{showLogin ? <Login /> : <AddUser />}
<Typography component="div" align="center" sx={{ marginTop: 2 }}>
Expand Down

0 comments on commit e60b874

Please sign in to comment.