diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index f98121e..5068564 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -171,7 +171,7 @@ export default function Index() { value={template} onChange={(e) => setTemplate(e.target.value)} className="mt-1 block w-full rounded-md border border-gray-300 px-3 py-2 shadow-sm focus:border-blue-500 focus:outline-none focus:ring-1 focus:ring-blue-500" - placeholder="Example: {steam_account_name} has {dl_wins_today}W - {dl_losses_today}L today" + placeholder="Example: {steam_account_name} has {wins_today}W - {losses_today}L today" rows={3} />