mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
fix(features): standardize feature keys to use hyphenated format
This commit is contained in:
parent
b2fa8a19b2
commit
4db8612c96
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ const featureList = [
|
||||||
video: 'workspaces',
|
video: 'workspaces',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'compactMode',
|
key: 'compact-mode',
|
||||||
title: features.featureTabs.compactMode.title,
|
title: features.featureTabs.compactMode.title,
|
||||||
description: features.featureTabs.compactMode.description,
|
description: features.featureTabs.compactMode.description,
|
||||||
video: 'compact-mode',
|
video: 'compact-mode',
|
||||||
|
@ -36,7 +36,7 @@ const featureList = [
|
||||||
video: 'glance',
|
video: 'glance',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'splitView',
|
key: 'split-view',
|
||||||
title: features.featureTabs.splitView.title,
|
title: features.featureTabs.splitView.title,
|
||||||
description: features.featureTabs.splitView.description,
|
description: features.featureTabs.splitView.description,
|
||||||
video: 'split-views',
|
video: 'split-views',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue