Skip to content

Commit 31f155d

Browse files
Use title case for title.
1 parent 0beb409 commit 31f155d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

File renamed without changes.

workout.html renamed to workout-logger.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Workout logger</title>
7+
<title>Workout Logger</title>
88
<link rel="stylesheet" href="styles.css">
99
<style>
1010
:root {
@@ -163,7 +163,7 @@
163163

164164
<body>
165165
<header>
166-
<h1>Workout logger</h1>
166+
<h1>Workout Logger</h1>
167167
<p class="lead">Fill out a workout template from the Cloudflare Worker, with autosave and last-session
168168
references.</p>
169169
</header>
@@ -180,8 +180,7 @@ <h2 style="margin: 0;">API settings</h2>
180180
</summary>
181181
<div class="stack" style="margin-top: 0.75rem;">
182182
<label for="api-token">Bearer token</label>
183-
<input id="api-token" type="password" autocomplete="off"
184-
placeholder="Paste WORKOUT_API_TOKEN">
183+
<input id="api-token" type="password" autocomplete="off" placeholder="Paste WORKOUT_API_TOKEN">
185184
<div class="controls">
186185
<button type="button" id="save-token">Save</button>
187186
<button type="button" id="clear-token" class="secondary">Clear</button>

0 commit comments

Comments
 (0)