diff --git a/surfsense_web/components/UserDropdown.tsx b/surfsense_web/components/UserDropdown.tsx
index 8c5bc221e..39896825e 100644
--- a/surfsense_web/components/UserDropdown.tsx
+++ b/surfsense_web/components/UserDropdown.tsx
@@ -98,9 +98,9 @@ export function UserDropdown({
className="text-xs md:text-sm"
disabled={isLoggingOut}
>
- {isLoggingOut ? (
-
- ) : (
+ {isLoggingOut ? (
+
+ ) : (
)}
{isLoggingOut ? "Logging out..." : "Log out"}
diff --git a/surfsense_web/components/layout/ui/sidebar/SidebarUserProfile.tsx b/surfsense_web/components/layout/ui/sidebar/SidebarUserProfile.tsx
index f0db30eac..2ab0b0844 100644
--- a/surfsense_web/components/layout/ui/sidebar/SidebarUserProfile.tsx
+++ b/surfsense_web/components/layout/ui/sidebar/SidebarUserProfile.tsx
@@ -1,15 +1,6 @@
"use client";
-import {
- Check,
- ChevronUp,
- Languages,
- Laptop,
- LogOut,
- Moon,
- Settings,
- Sun,
-} from "lucide-react";
+import { Check, ChevronUp, Languages, Laptop, LogOut, Moon, Settings, Sun } from "lucide-react";
import { useTranslations } from "next-intl";
import { useState } from "react";
import {
@@ -264,18 +255,18 @@ export function SidebarUserProfile({
-
- {isLoggingOut ? (
-
- ) : (
-
- )}
- {isLoggingOut ? t("loggingOut") : t("logout")}
-
-
-
-
- );
+
+ {isLoggingOut ? (
+
+ ) : (
+
+ )}
+ {isLoggingOut ? t("loggingOut") : t("logout")}
+
+
+
+
+ );
}
// Expanded view
@@ -386,16 +377,16 @@ export function SidebarUserProfile({
-
- {isLoggingOut ? (
-
- ) : (
-
- )}
- {isLoggingOut ? t("loggingOut") : t("logout")}
-
-
-
-
+
+ {isLoggingOut ? (
+
+ ) : (
+
+ )}
+ {isLoggingOut ? t("loggingOut") : t("logout")}
+
+
+
+
);
}
diff --git a/surfsense_web/components/public-chat/public-chat-footer.tsx b/surfsense_web/components/public-chat/public-chat-footer.tsx
index 39099aaf7..79b317ddf 100644
--- a/surfsense_web/components/public-chat/public-chat-footer.tsx
+++ b/surfsense_web/components/public-chat/public-chat-footer.tsx
@@ -63,7 +63,12 @@ export function PublicChatFooter({ shareToken }: PublicChatFooterProps) {
return (
-