From 39683bbd4daa8aeebee5ebb6b4992a37a352cc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Kapu=C5=9Bciak?= <39658211+kacperkapusciak@users.noreply.github.com> Date: Fri, 24 Nov 2023 18:23:54 +0100 Subject: [PATCH] Change example name to Habits (#5410) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🧑‍💻 --- app/src/examples/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/examples/index.ts b/app/src/examples/index.ts index af09e5f13e2..0f9c1c6890b 100644 --- a/app/src/examples/index.ts +++ b/app/src/examples/index.ts @@ -437,9 +437,9 @@ export const EXAMPLES: Record = { title: 'Worklet factory crash', screen: WorkletFactoryCrash, }, - LayoutAnimationsExample: { + HabitsExample: { icon: '🧑‍💻', - title: 'Layout animations example', + title: 'Habits', screen: HabitsExample, },