Skip to content

Commit

Permalink
Merge pull request #3 from twin-elements/master
Browse files Browse the repository at this point in the history
Removed menu item from left sidebar
  • Loading branch information
twin-elements authored Sep 22, 2021
2 parents d1b4826 + 227b166 commit 7514a6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Menu/AdminMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public function getItems()
{
return [
MenuItem::newInstance('cms.dashboard', 'admin_dashboard', [], 0),
MenuItem::newInstance('cms.menu', 'menucategory_index', [], 15),
MenuItem::newInstance('cms.translations', 'dictionary_main', ['category' => 'translations'], 30),
MenuItem::newInstance('cms.settings', 'dictionary_main', ['category' => 'settings'], 30),
MenuItem::newInstance('cms.users', 'user_index', [], 50, AdminUserRole::ROLE_ADMIN),
Expand Down
2 changes: 1 addition & 1 deletion src/templates/block/blocks.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
{% endblock %}

{% block circle %}
<div class="col-md-1 col-lg-1 text-center">
<div class="col-md-1 col-lg-1 justify-content-center">
{% if circle_active is defined %}
<div class="circle circle-color-{% if circle_active %}1{% else %}0{% endif %}"></div>
{% endif %}
Expand Down

0 comments on commit 7514a6e

Please sign in to comment.