mirror of
https://github.com/pupperpowell/bibdle.git
synced 2026-04-05 17:33:31 -04:00
guesses
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
DATABASE_URL=example.db
|
DATABASE_URL=example.db
|
||||||
|
|
||||||
|
# Cron job secret for protected endpoints (e.g. send-daily-verse)
|
||||||
|
CRON_SECRET=your-cron-secret-here
|
||||||
|
|
||||||
|
# Discord webhook URL for posting the daily verse
|
||||||
|
DISCORD_DAILY_WEBHOOK=https://discord.com/api/webhooks/your-webhook-url
|
||||||
|
|
||||||
PUBLIC_SITE_URL=https://bibdle.com
|
PUBLIC_SITE_URL=https://bibdle.com
|
||||||
|
|
||||||
# nodemailer
|
# nodemailer
|
||||||
|
|||||||
@@ -443,6 +443,13 @@
|
|||||||
r="3"
|
r="3"
|
||||||
fill="#10b981"
|
fill="#10b981"
|
||||||
/>
|
/>
|
||||||
|
<text
|
||||||
|
x={svgX(i, chartPoints.length)}
|
||||||
|
y={svgY(point.avgGuesses, maxGuesses) - 6}
|
||||||
|
font-size="7"
|
||||||
|
fill="#6ee7b7"
|
||||||
|
text-anchor="middle"
|
||||||
|
>{point.avgGuesses}</text>
|
||||||
{/each}
|
{/each}
|
||||||
<!-- X-axis labels -->
|
<!-- X-axis labels -->
|
||||||
<text
|
<text
|
||||||
|
|||||||
Reference in New Issue
Block a user