1
1
mirror of https://github.com/rsms/inter.git synced 2024-09-11 10:55:24 +03:00

web: Fix typo of "Extra Light" in menu (#274)

This commit is contained in:
Veratyr 2020-08-18 03:45:21 +03:00 committed by GitHub
parent 1b5fcd816c
commit aa15057fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ endfor
<img title="Style" class="icon" src="icons/style.svg">
<select data-binding="style">
<option value="thin">Thin</option>
<option value="extra-light">Extra Ligh</option>
<option value="extra-light">Extra Light</option>
<option value="light">Light</option>
<option value="regular" default selected>Regular</option>
<option value="medium">Medium</option>