Skip to content

Commit 71d683f

Browse files
committed
refactor: simplify descriptions in HomeScreen categories for clarity
1 parent 337ca38 commit 71d683f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

example/src/screens/HomeScreen.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,31 @@ const EXAMPLE_CATEGORIES: ExampleCategory[] = [
1414
{
1515
id: 'iridescence',
1616
title: 'Iridescence',
17-
description:
18-
'Mesmerizing iridescent animated backgrounds with flowing colors',
17+
description: 'Mesmerizing iridescent animated backgrounds',
1918
screen: 'IridescenceStatic',
2019
color: '#8b5cf6',
2120
image: require('../../assets/components/iridescence.png'),
2221
},
2322
{
2423
id: 'liquid-chrome',
2524
title: 'Liquid Chrome',
26-
description: 'Fluid metallic surfaces with smooth flowing animations',
25+
description: 'Fluid metallic surfaces',
2726
screen: 'LiquidChromeStatic',
2827
color: '#64748b',
2928
image: require('../../assets/components/liquid-chrome.png'),
3029
},
3130
{
3231
id: 'circular-gradient',
3332
title: 'Circular Gradient',
34-
description:
35-
'Beautiful circular gradients with customizable colors and animations',
33+
description: 'Customizable circular gradients',
3634
screen: 'CircularGradientList',
3735
color: '#4f46e5',
3836
image: require('../../assets/components/circular-gradient.png'),
3937
},
4038
{
4139
id: 'linear-gradient',
4240
title: 'Linear Gradient',
43-
description: 'Smooth linear gradients with various directions',
41+
description: 'Smooth linear gradients',
4442
screen: 'LinearGradientList',
4543
color: '#ec4899',
4644
image: require('../../assets/components/linear-gradient.png'),

0 commit comments

Comments
 (0)