Skip to content

Commit

Permalink
Update About page content
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebstep committed Oct 8, 2023
1 parent 83c5b92 commit 13598bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import Typography from "@mui/material/Typography";
export default function About() {
return (
<div>
<Typography variant="h1">Main</Typography>
<Typography variant="h1">About</Typography>
<Typography variant="body1">
Pathfinder is a website for an Erasmus+ project.
</Typography>
</div>
);
}

0 comments on commit 13598bb

Please sign in to comment.