Skip to content

Commit

Permalink
Merge pull request #834 from PennyDreadfulMTG/icons
Browse files Browse the repository at this point in the history
icons
  • Loading branch information
bakert authored Nov 10, 2024
2 parents 675091b + 2f0f6c2 commit f36fdf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ $ composer csslint # stylelint

## Icons
The first time you set up in a new env or add a new icon you need to run the following :
$ php/vendor/php-icons scan
$ php vendor/bin/php-icons scan
Until you do this icons will show up as {?} glyph.
4 changes: 3 additions & 1 deletion gatherling/templates/home.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
<tr>
<td colspan="2" class="buttons">
<input class="inputbutton btn-primary" type="submit" name="mode" value="Log In">
<input class="inputbutton discordlogin fa-discord" type="submit" name="mode" value="Log In with Discord">
<button class="inputbutton discordlogin" name="mode" value="Log In with Discord">
<i class="fab fa-discord"></i> Log In with Discord
</button>
</td>
</tr>
</table>
Expand Down

0 comments on commit f36fdf5

Please sign in to comment.