Skip to content

Commit

Permalink
Move dashboard logos to their own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Aug 20, 2023
1 parent 49f0174 commit d488373
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
$d_info = $d_dashboard->dashboardInfo();
$nav[$d_key] = [
'title' => $d_info['title'],
'icon' => $d_info['icon'] ?? $d_key,
'icon' => $d_info['icon'] ?? 'dashboards/'.$d_key,
];
}

Expand Down

0 comments on commit d488373

Please sign in to comment.