From 13598bb36bcc0a1b2ab52de60336ebb9f9bfb192 Mon Sep 17 00:00:00 2001 From: Sebastian Moder Date: Sun, 8 Oct 2023 22:27:12 +0200 Subject: [PATCH] Update About page content --- app/about/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 53a314e..5db66ac 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -4,7 +4,10 @@ import Typography from "@mui/material/Typography"; export default function About() { return (
- Main + About + + Pathfinder is a website for an Erasmus+ project. +
); }