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 7012bde commit 4055352Copy full SHA for 4055352
api/index.ts
@@ -81,6 +81,13 @@ async function app(req: Request): Promise<Response> {
81
<form action="https://github-profile-trophy.vercel.app/" method="get">
82
<label for="username">GitHub Username</label>
83
<input type="text" name="username" id="username" placeholder="Ex. gabriel-logan" required>
84
+ <label for="theme">Theme (Optional)</label>
85
+ <input type="text" name="theme" id="theme" placeholder="Ex. onedark" value="light">
86
+ <text>
87
+ See all the available themes
88
+ <a href="https://github.com/ryo-ma/github-profile-trophy?tab=readme-ov-file#apply-theme" target="_blank">here</a>
89
+ </text>
90
+ <br>
91
<button type="submit">Get Trophy's</button>
92
</form>
93
</div>
0 commit comments