Skip to content

Commit b8214fe

Browse files
committed
Change New Quote button text to New quote
1 parent 84358b4 commit b8214fe

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Sprint-3/quote-generator/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,24 @@
1010
<body>
1111
<div class="container">
1212
<h1>Quote Generator</h1>
13-
13+
1414
<div class="quote-container">
1515
<p id="quote" class="quote-text"></p>
1616
<p id="author" class="author-text"></p>
1717
</div>
18-
18+
1919
<div class="controls">
20-
<button type="button" id="new-quote" class="btn btn-primary">New Quote</button>
21-
20+
<button type="button" id="new-quote" class="btn btn-primary">
21+
New quote
22+
</button>
23+
2224
<div class="auto-play-control">
2325
<label for="auto-play-toggle" class="auto-play-label">
2426
Auto-play:
2527
<span id="auto-play-status" class="status">OFF</span>
2628
</label>
2729
<label class="toggle-switch">
28-
<input type="checkbox" id="auto-play-toggle">
30+
<input type="checkbox" id="auto-play-toggle" />
2931
<span class="toggle-slider"></span>
3032
</label>
3133
</div>

0 commit comments

Comments
 (0)