File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ async function app(req: Request): Promise<Response> {
5858 </div>
5959 <div>
6060 <h2>You can use this form: </h2>
61- <p>Enter your username and click get trophies </p>
61+ <p>Enter your username and click "Get Trophies" </p>
6262 <form action="${ base } " method="get">
6363 <label for="username">GitHub Username</label>
6464 <input type="text" name="username" id="username" placeholder="Ex. gabriel-logan" required>
@@ -69,7 +69,7 @@ async function app(req: Request): Promise<Response> {
6969 <a href="https://github.com/ryo-ma/github-profile-trophy?tab=readme-ov-file#apply-theme" target="_blank">here</a>
7070 </text>
7171 <br>
72- <button type="submit">Get Trophy's </button>
72+ <button type="submit">Get Trophies </button>
7373 </form>
7474 </div>
7575 <script>
You can’t perform that action at this time.
0 commit comments