diff --git a/src/components/NavBar/index.tsx b/src/components/NavBar/index.tsx
index 1afe766..c85c5c7 100644
--- a/src/components/NavBar/index.tsx
+++ b/src/components/NavBar/index.tsx
@@ -101,7 +101,7 @@ function Navbar({ show }: { show: boolean }) {
-
Arco Pro
+
Codernew React Pro
diff --git a/src/components/NavBar/style/index.module.less b/src/components/NavBar/style/index.module.less
index 2b47c1a..ee6778d 100644
--- a/src/components/NavBar/style/index.module.less
+++ b/src/components/NavBar/style/index.module.less
@@ -15,7 +15,8 @@
.logo {
display: flex;
align-items: center;
- width: 200px;
+ width: auto;
+ min-width: 200px;
padding-left: 20px;
box-sizing: border-box;
}
@@ -26,6 +27,7 @@
font-size: 20px;
margin-left: 10px;
font-family: 'PingFang SC';
+ white-space: nowrap;
}
.right {