Skip to content

Commit

Permalink
styles: Uppercase to the export format selector
Browse files Browse the repository at this point in the history
  • Loading branch information
palcarazm committed Jun 21, 2022
1 parent eff0ed7 commit 6474bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<link
rel="shortcut icon"
type="image/png"
href="https://github.com/creecros/simple_logo_gen/blob/master/imgs/favicon.png?raw=true"
href="imgs/favicon.png"
/>
<title>Simple Logo Generator</title>
</head>
Expand Down Expand Up @@ -240,7 +240,7 @@ <h1 class="display-4">Simple Logo Generator</h1>
<div class="input-group-prepend">
<div class="input-group-text">Format</div>
</div>
<select id="selectFormat" class="form-control" aria-label="format" aria-describedby="basic-addon1">
<select id="selectFormat" class="form-control text-uppercase" aria-label="format" aria-describedby="basic-addon1">
<option value="image/png">png</option>
<option value="image/jpeg">jpg</option>
<option value="image/webp">webp</option>
Expand Down

0 comments on commit 6474bdb

Please sign in to comment.