diff --git a/app/(editor)/create/[[...paramsArr]]/navigation.tsx b/app/(editor)/create/[[...paramsArr]]/navigation.tsx
index d1b5397d..1af81912 100644
--- a/app/(editor)/create/[[...paramsArr]]/navigation.tsx
+++ b/app/(editor)/create/[[...paramsArr]]/navigation.tsx
@@ -9,6 +9,7 @@ import { Fragment } from "react";
import { type Session } from "next-auth";
import Logo from "@/icons/logo.svg";
import { type PostStatus, status } from "@/utils/post";
+import Focusable from "@/components/Focusable/Focusable";
type EditorNavProps = {
session: Session | null;
@@ -83,16 +84,18 @@ const EditorNav = ({
{session && (
<>
-
- View notifications
- {hasNotifications && (
-
- )}
-
-
+
+
+ View notifications
+ {hasNotifications && (
+
+ )}
+
+
+