Skip to content

Commit dc4de82

Browse files
committed
new images
1 parent 669adb2 commit dc4de82

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

-744 KB
Binary file not shown.
-285 KB
Binary file not shown.

src/routes/(console)/bottomAlerts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if (isCloud) {
5151
},
5252
show: true
5353
};
54-
54+
5555
const timeHelperQueriesPromo: BottomModalAlertItem = {
5656
id: 'modal:time_helper_queries_announcement',
5757
src: {
@@ -71,7 +71,7 @@ if (isCloud) {
7171
},
7272
show: true
7373
};
74-
listOfPromotions.push(inversionQueriesPromo,timeHelperQueriesPromo , tablesApiPromo);
74+
listOfPromotions.push(inversionQueriesPromo, timeHelperQueriesPromo, tablesApiPromo);
7575
}
7676

7777
export function addBottomModalAlerts() {

0 commit comments

Comments
 (0)