diff --git a/static/profile.js b/static/profile.js
index 8a2e231..9f82408 100644
--- a/static/profile.js
+++ b/static/profile.js
@@ -235,7 +235,7 @@ function loadScoresPage(type, mode) {
table.append($("
").append(
$(
- " " +
+ " | " +
escapeHTML(v.beatmap.song_name) + " " + getScoreMods(v.mods) + " (" + v.accuracy.toFixed(2) + "%) " +
" | "
),
diff --git a/static/ranking-icons/failed.png b/static/ranking-icons/failed.png
new file mode 100644
index 0000000..73ca701
Binary files /dev/null and b/static/ranking-icons/failed.png differ