File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/components/Navigation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
464464 id : 'ai-recommendations-notifications' ,
465465 icon : 'ic-speedometer' ,
466466 disabled : false ,
467- href : COMMON_URLS . AI_RECOMMENDATIONS_OVERVIEW ,
467+ href : COMMON_URLS . AI_RECOMMENDATIONS_NOTIFICATIONS ,
468468 } ,
469469 ] ,
470470 } ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import tsconfigPaths from 'vite-tsconfig-paths'
3131import { compression , defineAlgorithm } from 'vite-plugin-compression2'
3232
3333const WRONG_CODE = `import { bpfrpt_proptype_WindowScroller } from "../WindowScroller.js";`
34- const TARGET_URL = 'https://preview.devtron.ai/' ;
34+ const TARGET_URL = 'https://preview.devtron.ai/'
3535
3636function reactVirtualized ( ) : PluginOption {
3737 return {
You can’t perform that action at this time.
0 commit comments