diff --git a/frontend/src/components/Feed.tsx b/frontend/src/components/Feed.tsx
index 345a485..6c66450 100644
--- a/frontend/src/components/Feed.tsx
+++ b/frontend/src/components/Feed.tsx
@@ -442,7 +442,7 @@ export default function Feed({
const toolbar = (
-
+
{SHOW_IDS.map((id) => (
-
-
+
+
{countQuery.data
? t("feed.videoCount", {
count: countQuery.data.count,
@@ -508,8 +507,8 @@ export default function Feed({
})
: " "}
-
- {t("feed.sortLabel")}
+
+ {t("feed.sortLabel")}
);