mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +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',
|
||||
},
|
||||
{
|
||||
key: 'compactMode',
|
||||
key: 'compact-mode',
|
||||
title: features.featureTabs.compactMode.title,
|
||||
description: features.featureTabs.compactMode.description,
|
||||
video: 'compact-mode',
|
||||
|
@ -36,7 +36,7 @@ const featureList = [
|
|||
video: 'glance',
|
||||
},
|
||||
{
|
||||
key: 'splitView',
|
||||
key: 'split-view',
|
||||
title: features.featureTabs.splitView.title,
|
||||
description: features.featureTabs.splitView.description,
|
||||
video: 'split-views',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue