diff --git a/templates/tibiacom/buttons.logout.html.twig b/templates/tibiacom/buttons.logout.html.twig index fccaf69d..6926617c 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' %} +{% set button_color = 'red' %} {% include('buttons.base.html.twig') %} \ No newline at end of file