We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ecb50 commit d77f551Copy full SHA for d77f551
1 file changed
api/index.ts
@@ -58,7 +58,7 @@ async function app(req: Request): Promise<Response> {
58
</div>
59
<div>
60
<h2>You can use this form: </h2>
61
- <p>Enter your username and click get trophies</p>
+ <p>Enter your username and click "Get Trophies"</p>
62
<form action="${base}" method="get">
63
<label for="username">GitHub Username</label>
64
<input type="text" name="username" id="username" placeholder="Ex. gabriel-logan" required>
@@ -69,7 +69,7 @@ async function app(req: Request): Promise<Response> {
69
<a href="https://github.com/ryo-ma/github-profile-trophy?tab=readme-ov-file#apply-theme" target="_blank">here</a>
70
</text>
71
<br>
72
- <button type="submit">Get Trophy's</button>
+ <button type="submit">Get Trophies</button>
73
</form>
74
75
<script>
0 commit comments