Skip to content

Commit

Permalink
Capitalize options
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlau12 committed Apr 4, 2024
1 parent c25add3 commit 61e0222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Microsoft Store popup Badge</title>
<title>Microsoft Store Popup Badge</title>

<body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1>App Badge test page</h1>
<select id="launchModeSelector" class="form-control">
<option value="direct" selected>Direct</option>
<option value="full">Full</option>
<option value="popup">popup</option>
<option value="popup">Popup</option>
</select>
</div>

Expand Down

0 comments on commit 61e0222

Please sign in to comment.