Skip to content

Commit fa8def0

Browse files
committed
remove IECON and IHCI
1 parent d49689c commit fa8def0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ function App() {
99
<>
1010
<Iframe className='left_panel' url="https://calendar.google.com/calendar/embed?src=atrlab.kent.public%40gmail.com&ctz=America%2FNew_York"/>
1111
<div className='right_panel'>
12-
<CountdownTimer targetDate="2024-06-30T23:59:59" headerText="IECON Conference" />
13-
<CountdownTimer targetDate="2024-07-01T23:59:59" headerText="IHCI Conference" />
12+
{/* <CountdownTimer targetDate="2024-06-30T23:59:59" headerText="IECON Conference" />
13+
<CountdownTimer targetDate="2024-07-01T23:59:59" headerText="IHCI Conference" /> */}
1414
<CountdownTimer targetDate="2024-07-24T23:59:59" headerText="B-STEM Conference" />
1515
<CountdownTimer targetDate="2024-09-15T23:59:59" headerText="ICRA Conference" />
1616
<CountdownTimer targetDate="2024-10-01T23:59:59" headerText="HRI Conference" />

0 commit comments

Comments
 (0)