Fix after MR

This commit is contained in:
Kevin FEDYNA
2025-01-15 15:57:08 +01:00
parent b720a5e7b8
commit b894930e12
9 changed files with 49 additions and 65 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ import { AppProperties } from "../../../(_islands)/AppNavigator.tsx";
const properties: AppProperties = {
name: "PolyMobility",
icon: "flight_takeoff",
hint: "Gestionnaire de mobilité"
hint: "Gestionnaire de mobilité",
};
export default properties;
export default properties;
+1 -2
View File
@@ -5,8 +5,7 @@ export default function Modules(_props: ModulesProps) {
<>
<h2>All PolyMPR modules</h2>
<nav>
</nav>
</>
);
}
}
+1 -1
View File
@@ -10,7 +10,7 @@ const properties: AppProperties = {
students: "Students management",
},
adminOnly: ["courses", "students"],
hint: "Gestionnaire de note"
hint: "Gestionnaire de note",
};
export default properties;