fix: update sign-in prompt to include poll name var
This commit is contained in:
parent
a432fb9b04
commit
1571f2e256
@ -27,7 +27,8 @@ function App() {
|
||||
Poll Has Ended
|
||||
</h2>
|
||||
<p className="text-sm text-red-700">
|
||||
Voting closed on {formatPollEndDate()}. No new votes are being accepted.
|
||||
Voting closed on {formatPollEndDate()}. No new votes are being
|
||||
accepted.
|
||||
</p>
|
||||
</div>
|
||||
)}
|
||||
@ -71,8 +72,8 @@ function App() {
|
||||
<div className="text-center max-w-md">
|
||||
<h2 className="text-2xl font-bold mb-4">Sign in Required</h2>
|
||||
<p className="text-gray-500 mb-6">
|
||||
Please sign in with your Steam account to participate in the RGL
|
||||
HL Season 22 map poll.
|
||||
Please sign in with your Steam account to participate in the{" "}
|
||||
{POLL_NAME}
|
||||
</p>
|
||||
<button
|
||||
onClick={handleLogin}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user