Updated landing page to be vertically aligned on mobile devices

This commit is contained in:
Alejandro Celaya
2021-11-13 23:04:59 +01:00
parent b7e9afd54a
commit 7d29129ca1
6 changed files with 67 additions and 25 deletions

View File

@@ -33,7 +33,7 @@ const connect: ConnectDecorator = (propsFromState: string[] | null, actionServic
actionServiceNames.reduce(mapActionService, {}),
);
provideAppServices(bottle, connect);
provideAppServices(bottle, connect, withRouter);
provideCommonServices(bottle, connect, withRouter);
provideApiServices(bottle);
provideShortUrlsServices(bottle, connect, withRouter);