Skip to content

Commit

Permalink
Change example name to Habits (#5410)
Browse files Browse the repository at this point in the history
πŸ§‘β€πŸ’»
  • Loading branch information
kacperkapusciak authored and Aleksandra Cynk committed Dec 12, 2023
1 parent 25cc859 commit 3f9161e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/examples/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ export const EXAMPLES: Record<string, Example> = {
title: 'Worklet factory crash',
screen: WorkletFactoryCrash,
},
LayoutAnimationsExample: {
HabitsExample: {
icon: 'πŸ§‘β€πŸ’»',
title: 'Layout animations example',
title: 'Habits',
screen: HabitsExample,
},

Expand Down

0 comments on commit 3f9161e

Please sign in to comment.