diff --git a/_components/AnimeRow.tsx b/_components/AnimeRow.tsx
index 64de0ec..4696c56 100644
--- a/_components/AnimeRow.tsx
+++ b/_components/AnimeRow.tsx
@@ -73,7 +73,7 @@ export function AnimeRow({anime, columns = animeRowColumnKindDefault, priority}:
case "namesort": {
return (
-
+
|
)
}
diff --git a/_components/GameRow.tsx b/_components/GameRow.tsx
index 9303f1f..57260b6 100644
--- a/_components/GameRow.tsx
+++ b/_components/GameRow.tsx
@@ -65,7 +65,7 @@ export function GameRow({game, columns = gameRowColumnKindDefault, priority}: Ga
case "namesort": {
return (
-
+
|
)
}