Skip to content

Commit

Permalink
Update _config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sanua356 authored Aug 11, 2024
1 parent 4b287a1 commit 1ba3db3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/pages/examples/_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ export const VERSIONS = {
* 3. Profit!
*/
export const examples: Example[] = [
{
title: "Tiny Bunny Mini Game",
description: "Mini-game \"21 points\" in the universe of the visual novel \"Tiny Bunny\".",
source: "https://github.com/sanua356/tiny-bunny",
website: "https://sanua356.github.io/tiny-bunny/",
preview: require("./img/tiny-bunny.png"),
version: VERSIONS.V2,
updatedAt: "2024-08-10",
tech: ["react", "redux-toolkit", 'typescript'],
},
{
title: "Cardbox",
description: "The best solutions from developers in one place",
Expand Down Expand Up @@ -424,5 +414,15 @@ export const examples: Example[] = [
preview: require("./img/roketo-business.jpg"),
tech: ["react", "effector", "tailwindcss", "turbo"],
},
{
title: "Tiny Bunny Mini Game",
description: "Mini-game \"21 points\" in the universe of the visual novel \"Tiny Bunny\".",
source: "https://github.com/sanua356/tiny-bunny",
website: "https://sanua356.github.io/tiny-bunny/",
preview: require("./img/tiny-bunny.png"),
version: VERSIONS.V2,
updatedAt: "2024-08-10",
tech: ["react", "redux-toolkit", 'typescript'],
},
// Reverse the list (last examples should be at the top)
].reverse();

0 comments on commit 1ba3db3

Please sign in to comment.