diff --git a/src/pages/examples/_config.ts b/src/pages/examples/_config.ts index b4798e3f4..d6ae13fa4 100644 --- a/src/pages/examples/_config.ts +++ b/src/pages/examples/_config.ts @@ -424,5 +424,21 @@ export const examples: Example[] = [ updatedAt: "2024-08-10", tech: ["react", "redux-toolkit", 'typescript'], }, + { + title: "Yoldi Profiles", + description: "Synthetic app with viewing and edition profiles", + source: "https://github.com/creator-woow/yoldi-profiles", + preview: require("./img/yoldi-profiles.png"), + version: VERSIONS.V2, + updatedAt: "2024-08-07", + tech: [ + "typescript", + "react", + "next", + "tailwind", + "prettier", + "eslint", + ] + } // Reverse the list (last examples should be at the top) ].reverse(); diff --git a/src/pages/examples/img/yoldi-profiles.png b/src/pages/examples/img/yoldi-profiles.png new file mode 100644 index 000000000..6866254c2 Binary files /dev/null and b/src/pages/examples/img/yoldi-profiles.png differ