Skip to content

Commit 431e54c

Browse files
committed
Notification route changing
1 parent 688a83a commit 431e54c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Navigation/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import tsconfigPaths from 'vite-tsconfig-paths'
3131
import { compression, defineAlgorithm } from 'vite-plugin-compression2'
3232

3333
const 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

3636
function reactVirtualized(): PluginOption {
3737
return {

0 commit comments

Comments
 (0)