diff options
Diffstat (limited to 'pydis_site/templates/wiki/create_root.html')
-rw-r--r-- | pydis_site/templates/wiki/create_root.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pydis_site/templates/wiki/create_root.html b/pydis_site/templates/wiki/create_root.html index 08ee7f82..376321c6 100644 --- a/pydis_site/templates/wiki/create_root.html +++ b/pydis_site/templates/wiki/create_root.html @@ -39,7 +39,12 @@ </div> <div class="field-body"> <div class="control"> - <input type="submit" class="button is-primary is-medium" name="save_changes" value="Create" /> + <button type="submit" class="button is-primary" name="save_changes"> + <span class="icon"> + <i class="fas fa-plus"></i> + </span> + <span>Create</span> + </button> </div> </div> </div> |