Skip to content

Commit 8eb225f

Browse files
committed
prettier arrow
1 parent 2bca759 commit 8eb225f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/ExampleNav/ExampleNav.cjsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ component = ({ links, onClick, onBack }) ->
1212
{
1313
if onBack
1414
<li>
15-
<a onClick={onBack} className="back">&lsaquo; back</a>
15+
<a onClick={onBack} className="back">&#8604; back</a>
1616
</li>
1717
}
1818
{

components/ExampleNav/ExampleNavStyle.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
}
1717

1818
.back {
19-
color: $grey;
19+
color: $grey-dark;
2020
}
2121
}

0 commit comments

Comments
 (0)