diff --git a/packages/nc-gui/components/feed/View.vue b/packages/nc-gui/components/feed/View.vue index 13dc950505..bd7bd2b43b 100644 --- a/packages/nc-gui/components/feed/View.vue +++ b/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',