diff --git a/app/(editor)/create/[[...paramsArr]]/_client.tsx b/app/(editor)/create/[[...paramsArr]]/_client.tsx
index 40118161..b2fad1e9 100644
--- a/app/(editor)/create/[[...paramsArr]]/_client.tsx
+++ b/app/(editor)/create/[[...paramsArr]]/_client.tsx
@@ -557,7 +557,7 @@ const Create = ({ session }: { session: Session | null }) => {
type="button"
className="relative flex w-full focus:outline-none focus:ring-2 focus:ring-pink-300 focus:ring-offset-2 active:hover:bg-neutral-50 disabled:opacity-50"
>
-
+
{PREVIEW_URL}
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 && (
+
+ )}
+
+
+
diff --git a/components/Theme/ThemeToggle/ThemeToggle.tsx b/components/Theme/ThemeToggle/ThemeToggle.tsx
index 53b62c19..1fbaa50d 100644
--- a/components/Theme/ThemeToggle/ThemeToggle.tsx
+++ b/components/Theme/ThemeToggle/ThemeToggle.tsx
@@ -1,5 +1,6 @@
"use client";
+import Focusable from "@/components/Focusable/Focusable";
import { MoonIcon, SunIcon } from "@heroicons/react/20/solid";
import { useTheme } from "next-themes";
import { useEffect, useState } from "react";
@@ -26,17 +27,19 @@ const ThemeToggle = () => {
};
return (
-
+
+
+
);
};
diff --git a/components/ui/Search.tsx b/components/ui/Search.tsx
index e202ed12..71ca3a88 100644
--- a/components/ui/Search.tsx
+++ b/components/ui/Search.tsx
@@ -29,6 +29,7 @@ import {
import { MagnifyingGlassIcon } from "@heroicons/react/24/outline";
import clsx from "clsx";
import Image from "next/image";
+import Focusable from "../Focusable/Focusable";
type Result = {
title: string;
@@ -540,14 +541,16 @@ export function MobileSearch({
return (
-
+
+
+