diff --git a/src/components/Features.astro b/src/components/Features.astro index 17d118b..2568f9e 100644 --- a/src/components/Features.astro +++ b/src/components/Features.astro @@ -37,11 +37,11 @@ const featureList = [ video: GlanceVideo, ...features.featureTabs.glance, }, - { - key: 'splitView', - video: SplitViewsVideo, - ...features.featureTabs.splitView, - }, + // { + // key: 'splitView', + // video: SplitViewsVideo, + // ...features.featureTabs.splitView, + // }, ] ---