From 4185f9018e8cfa77da7c4560739d091baed16930 Mon Sep 17 00:00:00 2001 From: Sebastian Cabeza Date: Mon, 15 Mar 2021 06:49:14 +1300 Subject: [PATCH] New working hours --- .../welcome-dialog.component.html | 20 ++++++------------- .../home-shell/home-shell.component.ts | 2 +- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/RepoWebShop/src/app/home/components/welcome-dialog/welcome-dialog.component.html b/RepoWebShop/src/app/home/components/welcome-dialog/welcome-dialog.component.html index fba0036..09f06f6 100644 --- a/RepoWebShop/src/app/home/components/welcome-dialog/welcome-dialog.component.html +++ b/RepoWebShop/src/app/home/components/welcome-dialog/welcome-dialog.component.html @@ -1,25 +1,17 @@ -

Cambios en la forma de comprar

+

Nuevos horarios de atención

- -

- Hola, gracias por visitarnos! -

- Queriamos avisarte que a modo de prueba, las cosas van a ser un poco distintas desde el Martes 22 de Febrero, hasta el Domingo 14 de Marzo. + Hola! Nuevos horarios y modalidad de trabajo.

-

@@ -33,9 +25,9 @@

Cambios en la forma de comprar

- + + 11 2777 8899 -
\ No newline at end of file diff --git a/RepoWebShop/src/app/home/containers/home-shell/home-shell.component.ts b/RepoWebShop/src/app/home/containers/home-shell/home-shell.component.ts index 64737ea..0c04b05 100644 --- a/RepoWebShop/src/app/home/containers/home-shell/home-shell.component.ts +++ b/RepoWebShop/src/app/home/containers/home-shell/home-shell.component.ts @@ -24,7 +24,7 @@ export class HomeShellComponent implements OnInit { // this.store.dispatch(new productActions.LoadProducts()); // this.store.dispatch(new cateringActions.LoadCaterings()); // this.store.dispatch(new cateringActions.LoadItems()); - if (new Date() < new Date(2021,2, 14)){ + if (new Date() < new Date(2021,3, 1)){ this.openDialog(); } }