Convert About page to TSX

This commit is contained in:
Alex Gleason
2022-08-08 17:43:47 -05:00
parent 636e0d9eff
commit d511b673ae
3 changed files with 77 additions and 113 deletions

View File

@ -103,8 +103,8 @@ export const SoapboxConfigRecord = ImmutableRecord({
cryptoDonatePanel: ImmutableMap({
limit: 1,
}),
aboutPages: ImmutableMap(),
mobilePages: ImmutableMap(),
aboutPages: ImmutableMap<string, ImmutableMap<string, unknown>>(),
mobilePages: ImmutableMap<string, ImmutableMap<string, unknown>>(),
authenticatedProfile: true,
singleUserMode: false,
singleUserModeProfile: '',