docs: fix mobile with and add beta tag on mobile

This commit is contained in:
Daniel Lautzenheiser
2023-01-22 17:27:27 -05:00
parent de405b421b
commit fcfbd6de13
3 changed files with 17 additions and 3 deletions

View File

@ -131,6 +131,7 @@ export interface CommunityData {
export interface MenuLink {
readonly title: string;
readonly url: string;
readonly beta?: boolean;
}
export interface MenuLinkSubGroup {