mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 21:55:15 -05:00
voting links on top
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user