diff options
author | 2018-02-21 15:26:42 +0000 | |
---|---|---|
committer | 2018-02-21 15:26:42 +0000 | |
commit | e1e842a1845339bd998f1864675072570f2ea7fb (patch) | |
tree | a38a5b9c88112bbae769d91db0aa6f0fd7f21489 /templates | |
parent | Remove extra buttons (diff) |
Actually make the button link to the invite
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/index.html b/templates/main/index.html index c7b85bf9..258b7a7c 100644 --- a/templates/main/index.html +++ b/templates/main/index.html @@ -21,7 +21,7 @@ </div> <div> - <a class="uk-button uk-button-default uk-button-large uk-width-1-1"> + <a href="/invite" class="uk-button uk-button-default uk-button-large uk-width-1-1"> Join us on <i class="uk-icon fab fa-discord"></i> </a> </div> |