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 6d93be2 commit a65b429Copy full SHA for a65b429
app/components/layout/PageHeader.tsx
@@ -35,7 +35,7 @@ export function PageHeader() {
35
</p>
36
)}
37
38
- <p className="text-xs">
+ {/* <p className="text-xs">
39
(页面设计、逻辑优化的测试版本已发布,
40
<a
41
className="text-primary underline-offset-4 hover:underline"
@@ -53,7 +53,7 @@ export function PageHeader() {
53
@Chilfish
54
</a>
55
)
56
- </p>
+ </p> */}
57
</div>
58
59
)
0 commit comments