voting links on top

This commit is contained in:
Kalle (Sendou)
2021-03-20 16:32:21 +02:00
parent dbde957195
commit e4523a1a58

View File

@@ -35,6 +35,9 @@ const PlusHomePage = () => {
return (
<>
<MyHead title="Plus Server" />
<Box fontSize="sm" mb={4}>
<VotingInfoHeader isMember={!!plusStatusData?.membershipTier} />
</Box>
{votingProgress && (
<Box textAlign="center">
<SubText>
@@ -75,9 +78,6 @@ const PlusHomePage = () => {
/>
</Box>
)}
<Box fontSize="sm" mb={4}>
<VotingInfoHeader isMember={!!plusStatusData?.membershipTier} />
</Box>
{!getVotingRange().isHappening && (
<>
{plusStatusData &&