From e7589a33aa0145e58958d26ae53d4e93680a6c83 Mon Sep 17 00:00:00 2001 From: Thomas Metois Date: Wed, 1 Mar 2023 16:50:43 +0100 Subject: [PATCH] FIX: advanced-config.php.example --- config/advanced-config.php.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/advanced-config.php.example b/config/advanced-config.php.example index 464521e..e9c5ed9 100644 --- a/config/advanced-config.php.example +++ b/config/advanced-config.php.example @@ -233,7 +233,7 @@ return [ 'icon' => 'fa-hand-holding-hand', 'custom_css' => 'color:#ffffff; background-image:radial-gradient(circle, #00d2ff 0%, #3a7bd5 95%);' ), - ) + ), /* |--------------------------------| @@ -300,4 +300,4 @@ return [ 'disable_default_password_notice' => 'false', // Either "true" or "false". -]; \ No newline at end of file +];