Browse Source

fix: disable roadmap

pull/9323/head
DarkPhoenix2704 2 months ago
parent
commit
02458cea37
  1. 6
      packages/nc-gui/components/feed/View.vue

6
packages/nc-gui/components/feed/View.vue

@ -3,7 +3,7 @@ import FeedRecents from './Recents/index.vue'
import FeedChangelog from './Changelog/index.vue'
import FeedYoutube from './Youtube/index.vue'
import FeedTwitter from './Twitter/index.vue'
import FeedRoadmap from './Roadmap.vue'
// import FeedRoadmap from './Roadmap.vue'
const { activeTab } = useProductFeed()
const tabs: Array<{
@ -24,12 +24,12 @@ const tabs: Array<{
title: 'Changelog',
container: FeedChangelog,
},
{
/* {
key: 'roadmap',
icon: 'ncMapPin',
title: 'Roadmap',
container: FeedRoadmap,
},
}, */
{
key: 'youtube',
icon: 'ncYoutube',

Loading…
Cancel
Save