diff --git a/components/common/RankingTableAndTweetSummary.tsx b/components/common/RankingTableAndTweetSummary.tsx new file mode 100644 index 00000000..b7f39213 --- /dev/null +++ b/components/common/RankingTableAndTweetSummary.tsx @@ -0,0 +1,58 @@ +import type { NextPage } from 'next' + +export const RankingTableAndTweetSummary: NextPage = () => { + return ( +
+
+
+
+
+ +
+ ) +} diff --git a/pages/index.tsx b/pages/index.tsx index 1c82c0df..4d76be07 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -18,6 +18,7 @@ import { HallOfFame } from '@/components/votes/HallOfFame' import { Onegai } from '@/components/votes/Onegai' import { EventsInEventIndex } from '@/components/events-in-event/index' +import { RankingTableAndTweetSummary } from '@/components/common/RankingTableAndTweetSummary' import { VoteDeadLineCard } from '@/components/common/VoteDeadLineCard' import { AboutProjectsCard } from '@/components/common/AboutProjectsCard' import { AboutCheckVoteCard } from '@/components/common/AboutCheckVoteCard' @@ -77,6 +78,10 @@ const Home: NextPage = () => { )}
+
+ +
+