diff options
Diffstat (limited to 'templates/main')
-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"/> |