Skip to content

Commit

Permalink
Fix courseware icon (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis531 authored Nov 13, 2024
1 parent 66e2de0 commit 6361ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/VersionHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function registerCoursewareBlock(\StudipPlugin $plugin)
$icon = new \Icon($plugin->assetsUrl . '/images/opencast-courseware.svg');

\PageLayout::addStyle('.cw-blockadder-item.cw-blockadder-item-plugin-opencast-video {
background-image:url(' . $icon->asImagePath() . ')
background-image:url(' . $icon->asImagePath() . ') !important;
}');

\PageLayout::addScript($plugin->getPluginUrl() . '/static_cw/register.js');
Expand Down

0 comments on commit 6361ce1

Please sign in to comment.