Skip to content

Commit 9552d26

Browse files
committed
Adding 'SLS Edition' header/title
1 parent 88d46c2 commit 9552d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>GitHub Badger Generator</title>
6+
<title>GitHub Badger Generator - SLS Edition</title>
77
<link rel="stylesheet" href="https://unpkg.com/@primer/css@^20.2.4/dist/primer.css"/>
88
<link rel="stylesheet" href="./styles.css">
99
<script src="https://cdn.jsdelivr.net/npm/qrcode-generator@1.4.4/qrcode.min.js"></script>
@@ -12,7 +12,7 @@
1212
<body>
1313
<div class="container">
1414
<div class="input-section">
15-
<h1>Badger Press</h1>
15+
<h1>Badger Press - SLS Edition</h1>
1616
<label for="githubhandle">GitHub Handle:</label>
1717
<input type="text" id="githubhandle" name="githubhandle">
1818
<label for="firstname">First Name:</label>

0 commit comments

Comments
 (0)