Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@ const IndexPage = () => {
const sessions = useFetchSession().allSessionsJson.nodes;
return (
<Layout>
<Title>BBConf</Title>
<Time>2018 ― 2025</Time>
<Farewell>thank you, good bye!</Farewell>
{/* <Location>
<Title>BBConf 2025 Winter</Title>
<Time>2026년 1월 18일 일요일 13:00 ~ 18:00</Time>
<Location>
<a href='https://naver.me/Fn2s6XYI' target='_blank' rel='noreferrer'>
Open UP Playground
</a>
</Location> */}
</Location>

<Divider />

{/* <SessionTitle>Sessions</SessionTitle> */}
{/* <SessionList sessions={sessions} /> */}
<SessionTitle>Sessions</SessionTitle>
<SessionList sessions={sessions} />
{/* <SessionPlaceholder>- TBA -</SessionPlaceholder> */}
</Layout>
);
Expand Down