From a384f9b0fb9c6d40b45940b289d80cd229858da4 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Fri, 4 Aug 2023 20:08:38 +0200 Subject: [PATCH] Add footer to public page --- apps/client/src/app/app.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/app/app.component.html b/apps/client/src/app/app.component.html index 3eafe89ad..af40ec4fb 100644 --- a/apps/client/src/app/app.component.html +++ b/apps/client/src/app/app.component.html @@ -50,6 +50,7 @@ currentRoute === 'features' || currentRoute === 'markets' || currentRoute === 'open' || + currentRoute === 'p' || currentRoute === 'pricing' || currentRoute === 'resources' || currentRoute === 'register' ||