mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 13:45:27 -05:00
Add placeholder Plus Voting page
This commit is contained in:
12
app/routes/plus/voting/index.tsx
Normal file
12
app/routes/plus/voting/index.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { monthsVotingRange, upcomingVoting } from "~/core/plus";
|
||||
|
||||
export default function PlusVotingPage() {
|
||||
return (
|
||||
<div className="text-sm text-center">
|
||||
Next voting starts{" "}
|
||||
{monthsVotingRange(upcomingVoting(new Date())).startDate.toLocaleString(
|
||||
"en-US"
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user