We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4818532 commit 3232f61Copy full SHA for 3232f61
apps/web/src/modules/oh/NavBar/index.tsx
@@ -7,7 +7,7 @@ const NavBarContent = () => {
7
return (
8
<nav className="flex h-14 items-center justify-between border-b border-t bg-white px-6 md:h-12 md:px-4">
9
<div className="relative flex h-6 flex-1 items-center overflow-hidden text-xl font-semibold text-black">
10
- OpenHarmony TPC 治理
+ OpenHarmony 跨平台框架及生态三方库治理
11
</div>
12
{/* <NavDatePicker /> */}
13
</nav>
0 commit comments