mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
refactor(suite): Refactor docs
This commit is contained in:
@@ -85,7 +85,7 @@ export const promoDashboardBannerEvent: EventDef<Attributes, EventType.PromoDash
|
||||
changelog: [{ version: '25.8.0', notes: 'added' }],
|
||||
},
|
||||
bannerType: {
|
||||
limitations: 'only selected strings allowed (e.g. `tex` and `ts7`)',
|
||||
description: 'only selected strings allowed (e.g. `tex` and `ts7`)',
|
||||
changelog: [{ version: '25.8.0', notes: 'added' }],
|
||||
},
|
||||
},
|
||||
|
||||
@@ -2,7 +2,6 @@ export type AppVersion = `${number}.${number}.${number}` | '?';
|
||||
|
||||
export type BaseData = {
|
||||
changelog: Array<{ version: AppVersion; notes: string }>;
|
||||
limitations?: string;
|
||||
description?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user