diff --git a/bootstrap_barrio.libraries.yml b/bootstrap_barrio.libraries.yml index 18aca2c7879254971e545937d4caa8682acf7a9b..fba93b9ab7951ace90c450cf82e0b31d99ed629e 100644 --- a/bootstrap_barrio.libraries.yml +++ b/bootstrap_barrio.libraries.yml @@ -67,7 +67,7 @@ bootstrap-icons: version: VERSION css: component: - css/components/bootstrap-icons: {} + css/components/bootstrap-icons.css: {} breadcrumb: version: VERSION diff --git a/bootstrap_barrio.theme b/bootstrap_barrio.theme index 4a96663d4c73305ad97eb217c356970c1a0be971..bc3b5142538d1abd30f38c0accc79e9fa82caac1 100644 --- a/bootstrap_barrio.theme +++ b/bootstrap_barrio.theme @@ -125,7 +125,7 @@ function bootstrap_barrio_preprocess_page(&$variables) { $icons = theme_get_setting('bootstrap_barrio_bootstrap_icons'); if ($icons) { - $variables['#attached']['library'][] = 'bootstrap_barrio/bootstrap_icons'; + $variables['#attached']['library'][] = 'bootstrap_barrio/bootstrap-icons'; } $icons = theme_get_setting('bootstrap_barrio_icons');