diff options
author | 2018-05-05 17:37:46 +0100 | |
---|---|---|
committer | 2018-05-05 17:37:46 +0100 | |
commit | 9927a89f5975f93b55e077e7201dd8ff29648e29 (patch) | |
tree | 24f06582cd1dc457a7916681e7d57097f4685add /templates | |
parent | Merge remote-tracking branch 'origin/master' (diff) |
Use Discord embed image for index page button
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main/index.html b/templates/main/index.html index 81bab464..06d29aba 100644 --- a/templates/main/index.html +++ b/templates/main/index.html @@ -18,8 +18,8 @@ on a complex project, we've got someone who can help you if you get stuck. </p> <div class="uk-container uk-align-center"> - <a href="{{ url_for('main.invite') }}" class="uk-button uk-button-large uk-button-darkish"> - Join us on <i class="uk-icon fab fa-discord"></i> + <a href="{{ url_for('main.invite') }}" class="uk-button uk-button-large uk-button-darkish" style="padding: 0;"> + <img src="https://discordapp.com/api/guilds/267624335836053506/embed.png?style=banner3"> </a> </div> <hr class="uk-divider-icon"/> |