diff --git a/electron/servers/nextjs/app/(presentation-generator)/pdf-maker/PdfMakerPage.tsx b/electron/servers/nextjs/app/(presentation-generator)/pdf-maker/PdfMakerPage.tsx
index bfb83be5..67c9cef4 100644
--- a/electron/servers/nextjs/app/(presentation-generator)/pdf-maker/PdfMakerPage.tsx
+++ b/electron/servers/nextjs/app/(presentation-generator)/pdf-maker/PdfMakerPage.tsx
@@ -176,7 +176,7 @@ const PresentationPage = ({ presentation_id }: { presentation_id: string }) => {
diff --git a/electron/servers/nextjs/app/(presentation-generator)/template-preview/components/TemplatePreviewClient.tsx b/electron/servers/nextjs/app/(presentation-generator)/template-preview/components/TemplatePreviewClient.tsx
index 185e78d5..28998f3c 100644
--- a/electron/servers/nextjs/app/(presentation-generator)/template-preview/components/TemplatePreviewClient.tsx
+++ b/electron/servers/nextjs/app/(presentation-generator)/template-preview/components/TemplatePreviewClient.tsx
@@ -175,9 +175,9 @@ const GroupLayoutPreview = () => {
-
+
diff --git a/electron/servers/nextjs/components/CodexConfig.tsx b/electron/servers/nextjs/components/CodexConfig.tsx
index c869088d..c85d270e 100644
--- a/electron/servers/nextjs/components/CodexConfig.tsx
+++ b/electron/servers/nextjs/components/CodexConfig.tsx
@@ -288,40 +288,43 @@ export default function CodexConfig({
if (authStatus === "authenticated") {
return (
-
-
-
-
- {accountId && (
-
- Acc: {accountId}
-
- )}
-
Signed in to ChatGPT
+
+
+
+
+
+
+ {accountId && (
+
+ Acc: {accountId}
+
+ )}
+
Signed in to ChatGPT
+