We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8930625 commit 4fa0dbaCopy full SHA for 4fa0dba
src/content/projects/palaute.md
@@ -1,6 +1,6 @@
1
---
2
github: palaute
3
-title: Palaute (Norppa)
+title: Norppa (Palaute)
4
date: Maaliskuu 2021 -
5
6
src/types/project.ts
@@ -1,11 +1,11 @@
export const projects = [
- "fuksilaiterekisteri",
"oodikone",
"palaute",
- "revita",
- "suoritustarkistin",
7
- "tilannekuvalomake",
8
"currechat",
+ "tilannekuvalomake",
+ "suoritustarkistin",
+ "revita",
+ "fuksilaiterekisteri",
9
] as const;
10
11
export type ProjectName = (typeof projects)[number];
0 commit comments