mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 17:57:10 +00:00
fix: update changelog url
This commit is contained in:
@@ -125,8 +125,7 @@ const helpItems = computed<CategoryItemType[]>(() => {
|
||||
title: t('general.changelog'),
|
||||
icon: 'ncList',
|
||||
e: 'c:nocodb:changelog-open',
|
||||
link: '',
|
||||
onClick: () => navigateToFeed(undefined, undefined, { tab: 'github' }),
|
||||
link: 'https://nocodb.com/changelog',
|
||||
},
|
||||
],
|
||||
hidden: !!isMobileMode.value,
|
||||
|
||||
Reference in New Issue
Block a user