diff --git a/README.md b/README.md index 712770e..ace1a55 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ **sLang** Seiger Lang multi language Management Module for Evolution CMS admin panel. +If you're looking to create a multilingual site powered by Evolution CMS, then the sLang module is just what you need. + The work of the module is based on the use of the standard Laravel functionality for multilingualism. ## Features diff --git a/images/seigerit-blue.svg b/images/seigerit-blue.svg new file mode 100644 index 0000000..ee0d30b --- /dev/null +++ b/images/seigerit-blue.svg @@ -0,0 +1,12 @@ + + + + + diff --git a/src/sLangServiceProvider.php b/src/sLangServiceProvider.php index ae442c4..6f50deb 100644 --- a/src/sLangServiceProvider.php +++ b/src/sLangServiceProvider.php @@ -29,7 +29,7 @@ public function boot() // For use config $this->publishes([ dirname(__DIR__) . '/config/sLangAlias.php' => config_path('app/aliases/sLang.php', true), - dirname(__DIR__) . '/images/seirgerit-yellow.svg' => public_path('assets/site/seirgerit-yellow.svg'), + dirname(__DIR__) . '/images/seigerit-blue.svg' => public_path('assets/site/seigerit-blue.svg'), ]); } diff --git a/views/index.blade.php b/views/index.blade.php index 3d32803..1d03a4b 100644 --- a/views/index.blade.php +++ b/views/index.blade.php @@ -108,8 +108,8 @@ function saveForm(selector) { - + @endpush \ No newline at end of file