File tree Expand file tree Collapse file tree
frontend/src/components/welcome Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const Header = () => {
6262 < Link to = "/pricing" > 型号</ Link >
6363 </ Button >
6464 < Button variant = "link" className = { cn ( isPixelPage && "justify-start text-slate-900 no-underline" ) } asChild >
65- < Link to = "/points" > 赚积分 </ Link >
65+ < Link to = "/points" > 积分 </ Link >
6666 </ Button >
6767 < Button variant = "link" className = { cn ( isPixelPage && "justify-start text-slate-900 no-underline" ) } asChild >
6868 < Link to = "/playground" > 广场</ Link >
@@ -99,7 +99,7 @@ const Header = () => {
9999 isPixelPage ? "rounded-none border-2 border-transparent text-slate-900 no-underline hover:bg-amber-50" : "" ,
100100 location . pathname . startsWith ( "/points" ) ? ( isPixelPage ? "border-slate-900 bg-amber-100" : "underline decoration-2 underline-offset-8" ) : "text-foreground"
101101 ) } >
102- < Link to = "/points" > 赚积分 </ Link >
102+ < Link to = "/points" > 积分 </ Link >
103103 </ Button >
104104 < Button variant = { "link" } className = { cn (
105105 isPixelPage ? "rounded-none border-2 border-transparent text-slate-900 no-underline hover:bg-amber-50" : "" ,
You can’t perform that action at this time.
0 commit comments