Skip to content

Commit 2963e86

Browse files
committed
fix: typo
1 parent cbb920a commit 2963e86

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

_sass/components/staff.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
width: 120px;
2424
position: relative;
2525
text-align: center;
26-
&.hone-single {
26+
&.horn-single {
2727
&:after {
2828
content: "";
2929
position: absolute;
@@ -32,10 +32,10 @@
3232
display: block;
3333
width: 20px;
3434
height: 31px;
35-
background: url("/img/oni/hone-single.svg") center top no-repeat;
35+
background: url("/img/oni/horn-single.svg") center top no-repeat;
3636
}
3737
}
38-
&.hone-double {
38+
&.horn-double {
3939
&:after {
4040
content: "";
4141
position: absolute;
@@ -44,7 +44,7 @@
4444
display: block;
4545
width: 68px;
4646
height: 33px;
47-
background: url("/img/oni/hone-double.svg") center top no-repeat;
47+
background: url("/img/oni/horn-double.svg") center top no-repeat;
4848
}
4949
}
5050

@@ -68,4 +68,4 @@
6868
}
6969
}
7070
}
71-
}
71+
}
File renamed without changes.
File renamed without changes.

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ layout: default
304304
<div class="staff-inner">
305305
<h3 class="text-center">STAFF</h3>
306306
<ul class="staff-list">
307-
{% assign classes = "hone-double,hone-single" | split: "," %}
307+
{% assign classes = "horn-double,horn-single" | split: "," %}
308308
{% for member in site.data.members %}
309309
{% assign random_class = classes | sample %}
310310
<li class="member {{ random_class }}">

0 commit comments

Comments
 (0)