WEBSITE-1919 - News bar prefix is optional (fix)

This commit is contained in:
grade-zero
2019-08-29 16:40:12 +10:00
parent 9476363a19
commit e88da08d61
+1 -1
View File
@@ -21,7 +21,7 @@
newsLink.text(latest.urlText);
if (latest.type !== undefined) {
var prefix = $(".tiny-news-prefix");
prefix.text("TINY " + latest.type.toUpperCase());
prefix.text("TINY " + latest.type.toUpperCase() + " > ");
prefix.attr("href", getPrefixURL(latest.type));
}
}