Pavle Golubovic hace 3 años
padre
commit
1b1fe3e58b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      frontend/src/pages/OpenDay.jsx

+ 2
- 2
frontend/src/pages/OpenDay.jsx Ver fichero

@@ -15,7 +15,7 @@ import location from './../assets/openday/location.svg';
const url = 'https://mailchi.mp/dilig/openday';

const OpenDay = () => {
const EventDate = new Date('Oct 27, 2022 17:00:00').getTime();
const EventDate = new Date('Oct 26, 2022 17:00:00').getTime();

return (
<PageLayout>
@@ -23,7 +23,7 @@ const OpenDay = () => {
<Wrapper>
<PageTitle color heading={'Open Day'} subheading={'Diligent Meet up'} pb />
<h3 className="py-2">Meet our team of Diligent Minds</h3>
<h3 className="h3-heading text-dg-secondary py-2">October 27, 5 PM, Niš</h3>
<h3 className="h3-heading text-dg-secondary py-2">October 26, 5 PM, Niš</h3>
<div className="w-full flex justify-center py-90p">
<a
// onClick={event => scrollToView(event)}

Cargando…
Cancelar
Guardar