Skip to content

Commit 0d2e304

Browse files
feat(projects): feature Run Together, Better Save and Guts on home
1 parent ba67951 commit 0d2e304

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/projects/data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export const projects: Project[] = [
4242
year: 2025,
4343
demoUrl: "https://algont-ier.com",
4444
repoUrl: "https://github.com/Alexis-Gontier/algont-ier.com",
45-
featured: true,
4645
},
4746
{
4847
slug: "station-meteo-iot",
@@ -72,6 +71,7 @@ export const projects: Project[] = [
7271
},
7372
tags: ["Rust", "CLI", "TUI", "Ratatui", "Clap"],
7473
year: 2025,
74+
featured: true,
7575
},
7676
{
7777
slug: "3nc-normandie-nucleaire",
@@ -144,7 +144,6 @@ export const projects: Project[] = [
144144
year: 2025,
145145
demoUrl: "https://among-legends-seven.vercel.app",
146146
repoUrl: "https://github.com/Alexis-Gontier/among-legends",
147-
featured: true,
148147
},
149148
{
150149
slug: "run-together",
@@ -196,6 +195,7 @@ export const projects: Project[] = [
196195
demoUrl: "https://better-save.vercel.app",
197196
repoUrl: "https://github.com/Alexis-Gontier/better-save",
198197
inDevelopment: true,
198+
featured: true,
199199
},
200200
];
201201

0 commit comments

Comments
 (0)