Pavle Golubovic před 3 roky
rodič
revize
1b1fe3e58b
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      frontend/src/pages/OpenDay.jsx

+ 2
- 2
frontend/src/pages/OpenDay.jsx Zobrazit soubor

@@ -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)}

Načítá se…
Zrušit
Uložit