diff --git a/src/pages/Home/index.tsx b/src/pages/Home/index.tsx index 7706344..3dfa48d 100644 --- a/src/pages/Home/index.tsx +++ b/src/pages/Home/index.tsx @@ -57,12 +57,29 @@ function Home() { return ( <> - + {'The top CS conferences are listed in '} CSRankings.org +
+ + Disclaimers: + + + + + We are not responsible for the dates, which were taken directly from the conference websites. + + + + + The deadlines indicated are for the submission of full papers. Please visit the event page to check for + earlier dates for registering abstracts. + + +
{loading && ( diff --git a/src/pages/Home/styles.tsx b/src/pages/Home/styles.tsx index 137c62a..7bf0e83 100644 --- a/src/pages/Home/styles.tsx +++ b/src/pages/Home/styles.tsx @@ -12,4 +12,5 @@ export const FilterContainer = styled('div')({ export const TextContainer = styled('div')({ display: 'flex', + flexWrap: 'wrap', });