File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/2-Clients/AdminPanel/Pages/Shared Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33@attribute [ReplaceBaseComponent]
44
55<div class =" nav-item" >
6- <a class =" ms-1 text-decoration-none d-flex justify-content-between align-items-center" data-bs-toggle =" collapse" href =" #customers -menu-group" role =" button" aria-expanded =" false" aria-controls =" customers -menu-group" >
6+ <a class =" ms-1 text-decoration-none d-flex justify-content-between align-items-center" data-bs-toggle =" collapse" href =" #demo -menu-group" role =" button" aria-expanded =" false" aria-controls =" demo -menu-group" >
77 <div class =" d-flex align-items-center" >
88 <span class =" bi bi-tv p-1" aria-hidden =" true" ></span >
99 @AdminPanelLocalizer [AdminPanelResource.Demo]
1010 </div >
1111 <span class =" me-2 collapse-arrow bi bi-chevron-down" ></span >
1212 </a >
1313
14- <div class =" collapse" id =" customers -menu-group" >
14+ <div class =" collapse" id =" demo -menu-group" >
1515
1616 @if (CurrentUser .HasPermission (" DemoThings" ))
1717 {
You can’t perform that action at this time.
0 commit comments