diff --git a/config/app.php b/config/app.php index 9464f23..997628a 100755 --- a/config/app.php +++ b/config/app.php @@ -239,5 +239,5 @@ return [ | The only modification by laravel config | */ - 'version' => '1.7.5.1685907718051' + 'version' => '0.1.1-dev' ]; diff --git a/public/theme/Xboard/dashboard.blade.php b/public/theme/Xboard/dashboard.blade.php index f19087c..a2b3b55 100644 --- a/public/theme/Xboard/dashboard.blade.php +++ b/public/theme/Xboard/dashboard.blade.php @@ -1,34 +1,33 @@ - - - - {{$title}} - - - - - -
- {!! $theme_config['custom_html'] !!} - - + + + + {{$title}} + + + + +
+ {!! $theme_config['custom_html'] !!} + + \ No newline at end of file