docs: fix mobile with and add beta tag on mobile
This commit is contained in:
@ -131,6 +131,7 @@ export interface CommunityData {
|
||||
export interface MenuLink {
|
||||
readonly title: string;
|
||||
readonly url: string;
|
||||
readonly beta?: boolean;
|
||||
}
|
||||
|
||||
export interface MenuLinkSubGroup {
|
||||
|
Reference in New Issue
Block a user