Pavle Golubovic 3 년 전
부모
커밋
1b1fe3e58b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      frontend/src/pages/OpenDay.jsx

+ 2
- 2
frontend/src/pages/OpenDay.jsx 파일 보기

const url = 'https://mailchi.mp/dilig/openday'; const url = 'https://mailchi.mp/dilig/openday';


const 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 ( return (
<PageLayout> <PageLayout>
<Wrapper> <Wrapper>
<PageTitle color heading={'Open Day'} subheading={'Diligent Meet up'} pb /> <PageTitle color heading={'Open Day'} subheading={'Diligent Meet up'} pb />
<h3 className="py-2">Meet our team of Diligent Minds</h3> <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"> <div className="w-full flex justify-center py-90p">
<a <a
// onClick={event => scrollToView(event)} // onClick={event => scrollToView(event)}

Loading…
취소
저장