Skip to content

Commit 4fa0dba

Browse files
committed
feat: Reorder projects
1 parent 8930625 commit 4fa0dba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/content/projects/palaute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
github: palaute
3-
title: Palaute (Norppa)
3+
title: Norppa (Palaute)
44
date: Maaliskuu 2021 -
55
---
66

src/types/project.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
export const projects = [
2-
"fuksilaiterekisteri",
32
"oodikone",
43
"palaute",
5-
"revita",
6-
"suoritustarkistin",
7-
"tilannekuvalomake",
84
"currechat",
5+
"tilannekuvalomake",
6+
"suoritustarkistin",
7+
"revita",
8+
"fuksilaiterekisteri",
99
] as const;
1010

1111
export type ProjectName = (typeof projects)[number];

0 commit comments

Comments
 (0)