Skip to content

Commit

Permalink
Friends: Add class for the 'add friend' input (smogon#9901)
Browse files Browse the repository at this point in the history
  • Loading branch information
Distrib-ps authored and MathyFurret committed May 21, 2024
1 parent 14ed2c6 commit 89bd05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/chat-plugins/friends.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const Friends = new class {
return buf;
}

buf += `<form data-submitsend="/friend add {username}">Add friend: <input name="username" /><br />`;
buf += `<form data-submitsend="/friend add {username}">Add friend: <input class="textbox" name="username" /><br />`;
buf += `<button class="button" type="submit">Add <i class="fa fa-paper-plane"></i></button></form>`;

for (const key in categorized) {
Expand Down

0 comments on commit 89bd05a

Please sign in to comment.