diff --git a/templates/tibiacom/buttons.logout.html.twig b/templates/tibiacom/buttons.logout.html.twig index fccaf69d..c719b897 100644 --- a/templates/tibiacom/buttons.logout.html.twig +++ b/templates/tibiacom/buttons.logout.html.twig @@ -1,3 +1,3 @@ {% set button_name = 'Logout' %} -{% set button_image = '_sbutton_logout' %} -{% include('buttons.base.html.twig') %} \ No newline at end of file +{% set button_color = 'red' %} +{% include('buttons.base.html.twig') %}