update centeredContent property for /play route

This commit is contained in:
SrGooglo 2023-10-10 12:16:35 +00:00
parent eec2f4b1f7
commit 2ba7bcece2

View File

@ -17,7 +17,10 @@ export default [
{
path: "/play/*",
public: true,
centeredContent: true,
centeredContent: {
mobile: true,
desktop: true,
},
mobileTopBarSpacer: true,
},
{