@@ -371,6 +371,7 @@ export const examples: Example[] = [
371371 "An application that helps you quit smoking, published in the App Store and Google. Developed with React Native" ,
372372 version : VERSIONS . V2 ,
373373 updatedAt : "2024-03-31" ,
374+ website : "https://dontsmoke.vasyl.site" ,
374375 source : "https://github.com/penteleichuk/Moke-Smoke" ,
375376 preview : require ( "./img/moke-smoke.jpg" ) ,
376377 tech : [ "react" , "rtk" , "persist" , "typescript" , "firebase" ] ,
@@ -416,13 +417,14 @@ export const examples: Example[] = [
416417 } ,
417418 {
418419 title : "Tiny Bunny Mini Game" ,
419- description : "Mini-game \"21 points\" in the universe of the visual novel \"Tiny Bunny\"." ,
420+ description :
421+ 'Mini-game "21 points" in the universe of the visual novel "Tiny Bunny".' ,
420422 source : "https://github.com/sanua356/tiny-bunny" ,
421423 website : "https://sanua356.github.io/tiny-bunny/" ,
422424 preview : require ( "./img/tiny-bunny.png" ) ,
423425 version : VERSIONS . V2 ,
424426 updatedAt : "2024-08-10" ,
425- tech : [ "react" , "redux-toolkit" , ' typescript' ] ,
427+ tech : [ "react" , "redux-toolkit" , " typescript" ] ,
426428 } ,
427429 // Reverse the list (last examples should be at the top)
428430] . reverse ( ) ;
0 commit comments