Skip to content

Commit

Permalink
Rebuild web assets
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Dec 27, 2024
1 parent 639d42e commit c4d72d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/easyadmin-theme/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}

#main-menu .menu .menu-item.active:not(.expanded) a,
#main-menu .menu .menu-item.active:not(.expanded) .menu-icon svg {
#main-menu .menu .menu-item.active:not(.expanded) .menu-icon {
color: var(--sidebar-menu-active-item-color);
}

Expand Down
2 changes: 1 addition & 1 deletion public/app.fc5841f9.css → public/app.9f3e666b.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"entrypoints": {
"app": {
"css": [
"/app.fc5841f9.css"
"/app.9f3e666b.css"
],
"js": [
"/app.1ecd6d7a.js"
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app.css": "app.fc5841f9.css",
"app.css": "app.9f3e666b.css",
"app.js": "app.1ecd6d7a.js",
"form.js": "form.bcec6c2a.js",
"page-layout.js": "page-layout.3347892e.js",
Expand Down

0 comments on commit c4d72d4

Please sign in to comment.