Skip to content

Commit

Permalink
Fix: Update placeholder text for Dustloop stats
Browse files Browse the repository at this point in the history
Updates the placeholder to reflect the correct variable names for wins and losses.
  • Loading branch information
raimannma committed Jan 16, 2025
1 parent e40a1f5 commit c2070ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
</div>
Expand Down

0 comments on commit c2070ae

Please sign in to comment.