diff --git a/src/components/Folder/index.tsx b/src/components/Folder/index.tsx
index 4a4217d3..8282375d 100644
--- a/src/components/Folder/index.tsx
+++ b/src/components/Folder/index.tsx
@@ -703,7 +703,7 @@ export default function Folder({ data: _data }: { data?: Agent }) {
className={`min-h-0 flex-1 ${selectedFile?.type === 'html' && !isShowSourceCode ? 'overflow-hidden' : 'scrollbar overflow-y-auto'}`}
>
{selectedFile ? (
!loading ? (
@@ -760,7 +760,7 @@ export default function Folder({ data: _data }: { data?: Agent }) {
) : (
-
+
{selectedFile.content}
)
@@ -775,7 +775,7 @@ export default function Folder({ data: _data }: { data?: Agent }) {
)
) : (
-
+
diff --git a/src/components/TopBar/index.tsx b/src/components/TopBar/index.tsx
index c000dcec..eb4c0578 100644
--- a/src/components/TopBar/index.tsx
+++ b/src/components/TopBar/index.tsx
@@ -201,24 +201,26 @@ function HeaderWin() {
return (
{/* left */}
-
+

{platform !== 'darwin' && (
-
+
Eigent
)}
{/* center */}
-
+
{location.pathname === '/history' && (
@@ -275,11 +277,11 @@ function HeaderWin() {