Skip to content

Commit 01551bd

Browse files
committed
Correct spelling of CSS class
1 parent 6cae224 commit 01551bd

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

main/static/assets/css/theme.css

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main/static/assets/css/theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main/static/assets/css/theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main/static/assets/css/theme.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main/templates/main/pages/competencies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ol>
1818
</nav>
1919
<h1 class="mb-4">Competencies Framework</h1>
20-
<div class="accordion accordion-competancies" id="categoryAccordion">
20+
<div class="accordion accordion-competencies" id="categoryAccordion">
2121
{% for category in framework.categories %}
2222
<div class="accordion-item">
2323
<div class="accordion-header" id="headingCat{{ forloop.counter }}">

node/src/scss/_user.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Alternative style
66

7-
.accordion-competancies {
7+
.accordion-competencies {
88
--#{$prefix}accordion-btn-font-size: #{$h3-font-size};
99

1010
.category-header {

0 commit comments

Comments
 (0)