Skip to content

Commit b0a2005

Browse files
committed
chore: Star it!
1 parent 2836d6c commit b0a2005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ComposeWizard/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const DeploymentTypeTabs = ({ selected, onSelect }) => {
216216
title={type.description}
217217
>
218218
{type.name}
219-
{type.recommended && <span className={styles.recBadge}>*</span>}
219+
{type.recommended && <span className={styles.recBadge}>⭐️</span>}
220220
</button>
221221
))}
222222
</div>

src/data/composeWizardConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const DEPLOYMENT_TYPES = [
1111
{
1212
id: 'modular',
1313
name: 'Modular (Recommended)',
14-
description: 'Separate containers for m3u-editor, m3u-proxy, and Redis. Best for production.',
14+
description: 'Separate containers for m3u-editor and m3u-proxy. Best for production.',
1515
features: ['Hardware acceleration support', 'Independent service scaling', 'Redis-based stream pooling', 'Easy to manage'],
1616
recommended: true,
1717
},

0 commit comments

Comments
 (0)