Fixed Hint view
diff --git a/dev/scss/pagination.scss b/dev/scss/pagination.scss
index 0e099ac..fc3ff4a 100644
--- a/dev/scss/pagination.scss
+++ b/dev/scss/pagination.scss
@@ -62,7 +62,7 @@
}
&::after {
font-family: 'FontAwesome';
- content: '\f141';
+ content: $fa-elipsis;
}
}
@@ -88,7 +88,7 @@
}
&::after {
font-family: 'FontAwesome';
- content: '\f0d9';
+ content: $fa-previous;
}
}
@@ -104,7 +104,7 @@
}
&::after {
font-family: 'FontAwesome';
- content: '\f0da';
+ content: $fa-next;
}
}
&:link:hover span {