diff --git a/app/css/packs/section-contributing.css b/app/css/packs/contributing.css similarity index 100% rename from app/css/packs/section-contributing.css rename to app/css/packs/contributing.css diff --git a/app/views/contributing/contributors/index.html.haml b/app/views/contributing/contributors/index.html.haml index 23924dda33..d7894687e1 100644 --- a/app/views/contributing/contributors/index.html.haml +++ b/app/views/contributing/contributors/index.html.haml @@ -1,5 +1,5 @@ - content_for :canonical_url, contributing_contributors_url -- require_stylesheet "section-contributing" +- require_stylesheet "contributing" #contributing-contributors = render ViewComponents::Contributing::Header.new(:contributors) diff --git a/app/views/contributing/dashboard/show.html.haml b/app/views/contributing/dashboard/show.html.haml index 9a6ad947e5..6958699a31 100644 --- a/app/views/contributing/dashboard/show.html.haml +++ b/app/views/contributing/dashboard/show.html.haml @@ -1,5 +1,5 @@ - content_for :canonical_url, contributing_root_url -- require_stylesheet "section-contributing" +- require_stylesheet "contributing" #contributing-dashboard = render ViewComponents::Contributing::Header.new(:dashboard) diff --git a/app/views/contributing/tasks/index.html.haml b/app/views/contributing/tasks/index.html.haml index 03801e73ea..2b63ca8313 100644 --- a/app/views/contributing/tasks/index.html.haml +++ b/app/views/contributing/tasks/index.html.haml @@ -1,4 +1,4 @@ -- require_stylesheet "section-contributing" +- require_stylesheet "contributing" - content_for :canonical_url, contributing_tasks_url #contributing-tasks