Skip to content

Commit e0e44fe

Browse files
committed
fix title
1 parent 1afa1ee commit e0e44fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<title>Retropad-editor</title>
5+
<title>RetroPad Editor</title>
66
<link rel="shortcut icon" type="image/svg" href="img/retroarch-icon.svg">
77
<meta charset='UTF-8'>
88
<meta name='viewport' content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1'>
@@ -24,7 +24,7 @@
2424
<div id='header'>
2525
<button class='important' onclick='showFileDialog()'>Import/Export</button>
2626
<button class='danger button--normal-size' onclick='resetPad()'>Reset</button>
27-
<span id='header__caption'><img src='img/retroarch-icon.svg'>Retropad Editor</span>
27+
<span id='header__caption'><img src='img/retroarch-icon.svg'>RetroPad Editor</span>
2828
</div>
2929

3030
<div id='workarea-container'>

0 commit comments

Comments
 (0)