diff --git a/web/app/routes/$userName+/page+/$slug+/components/ContentWithTranslations.tsx b/web/app/routes/$userName+/page+/$slug+/components/ContentWithTranslations.tsx
index ea403486..63981ed8 100644
--- a/web/app/routes/$userName+/page+/$slug+/components/ContentWithTranslations.tsx
+++ b/web/app/routes/$userName+/page+/$slug+/components/ContentWithTranslations.tsx
@@ -57,20 +57,35 @@ export function ContentWithTranslations({
);
return (
<>
-
- {sourceTitleWithTranslations && (
-
- )}
-
+
+
+
+ {sourceTitleWithTranslations && (
+
+ )}
+
+ {pageWithTranslations.user.userName === currentUserName &&
+ currentUserName && (
+
+
+
+ )}
+
- {pageWithTranslations.user.userName === currentUserName &&
- currentUserName && (
-
-
-
- )}
{!isHydrated ? (
diff --git a/web/app/routes/$userName+/page+/$slug+/index.tsx b/web/app/routes/$userName+/page+/$slug+/index.tsx
index 64cf36dc..90ea065f 100644
--- a/web/app/routes/$userName+/page+/$slug+/index.tsx
+++ b/web/app/routes/$userName+/page+/$slug+/index.tsx
@@ -219,7 +219,7 @@ export default function Page() {
showOriginal={showOriginal}
showTranslation={showTranslation}
/>
-
+
{pageWithTranslations.tagPages.map((tagPage) => (