Skip to content

Commit 96309bb

Browse files
authored
fix: add/remove website urls in examples (#709)
1 parent e6aeb31 commit 96309bb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/entities/example/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useCallback } from "react";
1+
import React from "react";
22
import clsx from "clsx";
33
import Image from "@theme/IdealImage";
44
import { date } from "@site/src/shared/lib/date";

src/pages/examples/_config.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)