diff --git a/.vscode/settings.json b/.vscode/settings.json
index 23dd9dc..097111a 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,7 +1,8 @@
{
"conventionalCommits.scopes": [
"database",
- "display ganttchart"
+ "display ganttchart",
+ "enrolment page"
],
"java.configuration.updateBuildConfiguration": "interactive"
}
diff --git a/frontend/src/assets/frontpage2.jpg b/frontend/src/assets/frontpage2.jpg
new file mode 100644
index 0000000..b2ec1cf
Binary files /dev/null and b/frontend/src/assets/frontpage2.jpg differ
diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx
index 4ebbcd1..3b5d1ae 100644
--- a/frontend/src/components/Footer.tsx
+++ b/frontend/src/components/Footer.tsx
@@ -14,7 +14,7 @@ export default function Footer({ children } : { children?: React.ReactNode }) {
bottom: 0,
left: 0,
width: 100+"%",
- height: 60+"px",
+ height: "10vh",
zIndex: 10000,
};
diff --git a/frontend/src/components/GanttChart.tsx b/frontend/src/components/GanttChart.tsx
index d80ca5f..6364c4c 100644
--- a/frontend/src/components/GanttChart.tsx
+++ b/frontend/src/components/GanttChart.tsx
@@ -264,7 +264,12 @@ export default function GanttChart() {
return (
-
+