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 committed Nov 24, 2023
1 parent c70d4d0 commit 39683bb
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 39683bb

Please sign in to comment.